summaryrefslogtreecommitdiff
path: root/src/input/vcd/libcdio/cdio
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-13 17:51:38 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-13 17:51:38 +0000
commit631714140e6e95d3d8c7f7db6ae66ed12684fe55 (patch)
tree6681ddb365acedecf7d98abacfcf2d281a76a1fa /src/input/vcd/libcdio/cdio
parent19c6f41677d05b4ea60dc5f74172f130699c9587 (diff)
downloadxine-lib-631714140e6e95d3d8c7f7db6ae66ed12684fe55.tar.gz
xine-lib-631714140e6e95d3d8c7f7db6ae66ed12684fe55.tar.bz2
* use Makefile.common for global targets
* small changes to ensure, vcd files are packaged even with --disable-vcdnav CVS patchset: 5515 CVS date: 2003/10/13 17:51:38
Diffstat (limited to 'src/input/vcd/libcdio/cdio')
-rw-r--r--src/input/vcd/libcdio/cdio/Makefile.am13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/input/vcd/libcdio/cdio/Makefile.am b/src/input/vcd/libcdio/cdio/Makefile.am
index e2564e9bd..8381d9c31 100644
--- a/src/input/vcd/libcdio/cdio/Makefile.am
+++ b/src/input/vcd/libcdio/cdio/Makefile.am
@@ -1,12 +1,3 @@
-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
+include $(top_srcdir)/misc/Makefile.common
-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
+noinst_HEADERS = cdio.h cd_types.h iso9660.h logging.h sector.h types.h util.h version.h xa.h