mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Purge MINGW_WINSOCK_LIBS config variable.
This was only needed for ntohl() function which has already been removed.
This commit is contained in:
@@ -22,13 +22,13 @@ EXTRA_DIST = \
|
||||
|
||||
AM_CFLAGS = @OGG_CFLAGS@
|
||||
|
||||
INCLUDES =
|
||||
INCLUDES =
|
||||
|
||||
noinst_PROGRAMS = test_seeking
|
||||
test_seeking_LDADD = \
|
||||
$(top_builddir)/src/libFLAC/libFLAC.la \
|
||||
@OGG_LIBS@ \
|
||||
@MINGW_WINSOCK_LIBS@ \
|
||||
-lm
|
||||
|
||||
test_seeking_SOURCES = \
|
||||
main.c
|
||||
|
||||
Reference in New Issue
Block a user