summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/Makefile.am3
-rw-r--r--src/xine-engine/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 662a75e6d..071381a67 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -44,7 +44,8 @@ link_dvdnav = libdvdnav/libdvdnav.la
endif
# not ported to native Windows
-if !WIN32
+if WIN32
+else
in_rtp = xineplug_inp_rtp.la
in_dvb = xineplug_inp_dvb.la
endif
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index af4e06dff..02eb6136a 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -11,7 +11,8 @@ INTERNAL_ZLIB_LIB = $(top_builddir)/win32/contrib/zlib/libzlib.la
DIRENT_LIB = $(top_builddir)/win32/contrib/libdirent.la
INTERNAL_PTHREAD_LIB = $(top_builddir)/win32/contrib/pthreads/libpthread.la
DEF_FILE = libxine-$(XINE_MAJOR).def
-if !HAVE_ZLIB
+if HAVE_ZLIB
+else
zlib_dep = $(INTERNAL_ZLIB_LIB)
endif
if WIN32