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 | d4e4077b6f930638e7bcff32a266d3fec6afec59 (patch) | |
tree | b5e7d50d5a47a4cb46dec9832bb2a1b4bfd8b057 | |
parent | 05b156788c08f76691fe9b169a417c22deac3b1e (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 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) \ |