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 | 971f3208d44ec3084d6dd76bed32a817badabbba (patch) | |
tree | c538e1d37c7e5150481548e72cbb4801bfa42ed4 /Makefile.am | |
parent | 6828fe256759d618339f7f7aa0267bfa3f70e190 (diff) |
Add ACLOCAL_AMFLAGS
Original commit message from CVS:
Add ACLOCAL_AMFLAGS
Diffstat (limited to 'Makefile.am')
-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) \ |