summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 4b1148db9..7265c69da 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -38,13 +38,12 @@ endif
# For DVD
if HAVE_DVDNAV
-DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
- $(DVDNAV_CFLAGS)
+DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
link_dvdnav = $(DVDNAV_LIBS)
else
DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
- -I$(top_srcdir)/src/input/libdvdnav/
-link_dvdnav = libdvdnav/libdvdnav.la
+ -I$(top_srcdir)/src/input/libdvdnav/
+link_dvdnav = libdvdnav/libdvdnav.la
endif
AM_CFLAGS = $(GNOME_VFS_CFLAGS) $(DVD_CFLAGS) @ANSI_FLAGS@