diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-18 22:33:39 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-18 22:33:39 +0000 |
| commit | db6b7c2e1c52c536a7f9690a410bf69817e0b2c5 (patch) | |
| tree | fdaf7537abca3d4875ad21322c54888914ed15a2 /misc/Makefile.am | |
| download | xine-lib-db6b7c2e1c52c536a7f9690a410bf69817e0b2c5.tar.gz xine-lib-db6b7c2e1c52c536a7f9690a410bf69817e0b2c5.tar.bz2 | |
Initial revision
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
Diffstat (limited to 'misc/Makefile.am')
| -rw-r--r-- | misc/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am new file mode 100644 index 000000000..14efe45d9 --- /dev/null +++ b/misc/Makefile.am @@ -0,0 +1,20 @@ +EXTRA_DIST = autogen.sh upload.pl SlackBuild.in SlackBuild build_rpms.sh \ + xine-lib.spec.in xine-lib.spec \ + debian/control debian/copyright debian/menu \ + debian/rules debian/changelog debian/xine.docs + +bin_SCRIPTS = xine-config + +datadir = $(XINE_SKINDIR) +data_DATA = xine_logo.png + +debug: + +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 |
