Skip to content
Snippets Groups Projects
Commit f39602e3 authored by Ralph Giles's avatar Ralph Giles
Browse files

Merge two OS_WIN32 conditionals.

parent 3e7f0ddc
No related branches found
No related tags found
No related merge requests found
......@@ -12,15 +12,13 @@ libopusfile_la_SOURCES = \
src/http.c src/info.c \
src/internal.c src/internal.h \
src/opusfile.c src/stream.c
if OS_WIN32
libopusfile_la_SOURCES += src/wsockwrapper.c
endif
libopusfile_la_LIBADD = $(DEPS_LIBS)
libopusfile_la_LDFLAGS = -no-undefined \
-version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
if OS_WIN32
libopusfile_la_SOURCES += src/wsockwrapper.c
libopusfile_la_LIBADD += -lws2_32
endif
libopusfile_la_LDFLAGS = -no-undefined \
-version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
noinst_PROGRAMS = examples/opusfile_example examples/seeking_example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment