From bf6b1747ae4bad46dbbf5fa2189a18b45c1d6b38 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 13 Oct 2003 11:47:11 +0000 Subject: Add vcdx plugin(CVS) and dependent libs(no CVS, broken API). Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11 --- src/input/vcd/libcdio/cdio/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/input/vcd/libcdio/cdio/Makefile.am (limited to 'src/input/vcd/libcdio/cdio/Makefile.am') diff --git a/src/input/vcd/libcdio/cdio/Makefile.am b/src/input/vcd/libcdio/cdio/Makefile.am new file mode 100644 index 000000000..e2564e9bd --- /dev/null +++ b/src/input/vcd/libcdio/cdio/Makefile.am @@ -0,0 +1,12 @@ +noinst_HEADERS = cdio.h cd_types.h iso9660.h logging.h sector.h types.h util.h version.h xa.h + +debug: +install-debug: install + +mostlyclean-generic: + -rm -f *~ \#* .*~ .\#* + +maintainer-clean-generic: + -@echo "This command is intended for maintainers to use;" + -@echo "it deletes files that may require special tools to rebuild." + -rm -f Makefile.in -- cgit v1.2.3