diff options
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 000000000..a06ac6530 --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1,19 @@ +## +## Process this file with automake to produce Makefile.in +## +m4datadir = @ACLOCAL_DIR@ +m4data_DATA = xine.m4 + +EXTRA_DIST = _xine.m4 $(m4data_DATA) + +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 |