diff options
-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) \ |