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 | 1f6234e13e1ae6ece222450d180f65fcbbf6355b (patch) | |
tree | 28fcf31848e9eae0df2f469fdc3bfc43b931cf15 | |
parent | 473fd2f5e26271d2b13ae5ff1215bc2d5af5a4a9 (diff) |
Add ACLOCAL_AMFLAGS
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 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) \ |