From 8a1e9d1463ffbe660edf0de1695b2f6e369d5837 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 30 Apr 2003 16:46:10 +0000 Subject: cleanup CVS patchset: 4723 CVS date: 2003/04/30 16:46:10 --- src/input/Makefile.am | 7 +++---- 1 file 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@ -- cgit v1.2.3