summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-08-19 08:59:45 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-08-19 08:59:45 +0000
commit272b5281cbd53d93358a2dfe7c687638155f5053 (patch)
treed9f5afadf5a94b85aebc58b6d5567c61efb5d21e
parent6a46a32e177190629904aee6d21ea88318cf874f (diff)
downloadxine-lib-272b5281cbd53d93358a2dfe7c687638155f5053.tar.gz
xine-lib-272b5281cbd53d93358a2dfe7c687638155f5053.tar.bz2
fix 'make debug'
CVS patchset: 2479 CVS date: 2002/08/19 08:59:45
-rw-r--r--src/input/libdvdnav/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdnav/Makefile.am b/src/input/libdvdnav/Makefile.am
index 82047deed..4c0d5c229 100644
--- a/src/input/libdvdnav/Makefile.am
+++ b/src/input/libdvdnav/Makefile.am
@@ -15,7 +15,7 @@ noinst_HEADERS = decoder.h dvdnav.h dvdnav_events.h \
dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h
debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)"
+ @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(DVD_CFLAGS)"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am