diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:35:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:35:27 +0000 |
commit | bcf0592ddaa5f46027addbbea2f5f8e2164d69f4 (patch) | |
tree | df2d1532a296bb1c000c8a8845834d2a765dd8ec /Makefile.am | |
parent | b066913324c8e5923dc036e5eefb02e5965f8790 (diff) | |
download | gst-plugins-bad-bcf0592ddaa5f46027addbbea2f5f8e2164d69f4.tar.gz gst-plugins-bad-bcf0592ddaa5f46027addbbea2f5f8e2164d69f4.tar.bz2 gst-plugins-bad-bcf0592ddaa5f46027addbbea2f5f8e2164d69f4.zip |
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
Original commit message from CVS:
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index af2ad642..efc68507 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ EXTRA_DIST = \ DISTCLEANFILES = _stdint.h +ACLOCAL_AMFLAGS = -I m4 -I common/m4 + include $(top_srcdir)/common/release.mak check-valgrind: |