summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-02-16 02:39:56 +0000
committerDavid Schleef <ds@schleef.org>2007-02-16 02:39:56 +0000
commit28631a21d97a73d6b7f5e6b25df20e42562ac482 (patch)
tree84138feee53d3848c7bc07a773f784f49825ec3e /Makefile.am
parent9a4fa9567cef9c40f589d2bc3ac4b0ec9aceb079 (diff)
Makefile.am: Add ACLOCAL_AMFLAGS
Original commit message from CVS: * Makefile.am: Add ACLOCAL_AMFLAGS
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5409e58..c62e5e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = codegen gst examples testsuite pkgconfig
+ACLOCAL_AMFLAGS = -I common/m4
+
EXTRA_DIST = \
gstltihooks.py \
pygst.py.in \