diff options
author | infirit <[email protected]> | 2013-10-21 17:35:10 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-21 17:36:39 +0200 |
commit | 545b92d0cca2f30441c798fd774cda9bb0e1c7f4 (patch) | |
tree | d6dbc5c94b39f3ea0e32c64aad48a9791892c349 | |
parent | 2ac8d0bc96911e0b939dc6baa5b0240f9a163efd (diff) | |
download | mate-media-545b92d0cca2f30441c798fd774cda9bb0e1c7f4.tar.bz2 mate-media-545b92d0cca2f30441c798fd774cda9bb0e1c7f4.tar.xz |
Remove custom macros from EXTRA_DIST
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 631f3b6..ad04707 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,8 +40,6 @@ EXTRA_DIST = \ COPYING.gst-mixer \ build-aux/git-version-gen \ build-aux/mate-doc-utils.make \ - m4/as-compiler-flag.m4 \ - m4/as-version.m4 \ $(INTLTOOL_BUILT:=.in) \ $(NULL) @@ -50,7 +48,7 @@ DISTCLEANFILES = \ po/.intltool-merge-cache \ $(NULL) -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} # see build-aux/git-version-get for details BUILT_SOURCES = $(top_srcdir)/.version |