diff options
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index b9b7a4736..128058997 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,6 +1,4 @@ -## -## Process this file with automake to produce Makefile.in -## +include $(top_srcdir)/misc/Makefile.common if INSTALL_M4 m4datadir = @ACLOCAL_DIR@ @@ -35,16 +33,3 @@ EXTRA_DIST = \ xine.m4 \ _xine.m4 \ xvid.m4 - -debug: - -install-debug: install - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -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 |