From ea9855ca71b5bf1648071b41baf9ff695bba7bae Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Wed, 27 Jul 2005 22:45:56 +0000 Subject: commiting part of my old build fixes: automake doesn't expand \!HAVE_ZLIB here, using safer syntax, should work on all platforms CVS patchset: 7690 CVS date: 2005/07/27 22:45:56 --- src/input/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/input') 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 -- cgit v1.2.3