summaryrefslogtreecommitdiffstats
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
commit16b70091f4d39c43b713e88166957f7d34555340 (patch)
tree57612d60dc20f83e6d59f73999d4235c8c148972 /Makefile.am
parenteee3e34645c89024dc4d3d22c83f78ed4c70b996 (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) \