diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-09 22:20:38 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-09 22:20:38 +0000 |
commit | 8925aab285184d81ce24a3a80ce9af3db464c63a (patch) | |
tree | 21c61c383a1186e423b1c860f66cbf12fc1265fc | |
parent | 1beac006865b241c830803f1e643b9594ee204b6 (diff) | |
download | xine-lib-8925aab285184d81ce24a3a80ce9af3db464c63a.tar.gz xine-lib-8925aab285184d81ce24a3a80ce9af3db464c63a.tar.bz2 |
make developers life easier: add possibility to use an existing shared
version of libdvdnav
CVS patchset: 2417
CVS date: 2002/08/09 22:20:38
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 4654112c9..d322b1856 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -11,7 +11,7 @@ m4data_DATA = xine.m4 EXTRA_DIST = _xine.m4 arts.m4 esd.m4 iconv.m4 lcmessage.m4 progtest.m4 xine.m4 \ aa.m4 as.m4 gettext.m4 irixal.m4 libfame.m4 sdl.m4 xvid.m4 \ - alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 ogg.m4 vorbis.m4 + alsa.m4 codeset.m4 glibc21.m4 isc-posix.m4 ogg.m4 vorbis.m4 dvdnav.m4 debug: |