diff options
author | David Schleef <ds@schleef.org> | 2003-12-02 04:54:38 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-02 04:54:38 +0000 |
commit | 16b70091f4d39c43b713e88166957f7d34555340 (patch) | |
tree | 57612d60dc20f83e6d59f73999d4235c8c148972 | |
parent | eee3e34645c89024dc4d3d22c83f78ed4c70b996 (diff) |
Add ACLOCAL_AMFLAGSCAPS-ROOT
Original commit message from CVS:
Add ACLOCAL_AMFLAGS
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e923bfd1e..465b74040 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) \ |