summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-02 04:54:38 +0000
committerDavid Schleef <ds@schleef.org>2003-12-02 04:54:38 +0000
commit1f6234e13e1ae6ece222450d180f65fcbbf6355b (patch)
tree28fcf31848e9eae0df2f469fdc3bfc43b931cf15 /Makefile.am
parent473fd2f5e26271d2b13ae5ff1215bc2d5af5a4a9 (diff)
Add ACLOCAL_AMFLAGS
Original commit message from CVS: 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 e923bfd1..465b7404 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,8 @@ else
EXAMPLES_DIR=
endif
+ACLOCAL_AMFLAGS = -I common/m4
+
SUBDIRS=gst-libs \
gst sys $(EXT_DIR) \
$(EXAMPLES_DIR) \