summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-17 15:04:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-17 15:04:14 -0500
commit304eece2c5b96643a93438bbf8f50be11fcc698e (patch)
treecbdd469882be69af78f3ab55abe74c0201880d74 /Makefile.am
parent30f6cfddd866a8b43a31af59ec1b7022b0ae43da (diff)
downloadfarstream-304eece2c5b96643a93438bbf8f50be11fcc698e.tar.gz
Add new m4 file to configure, etc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 383b5a82..13a165a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,8 @@ SUBDIRS = \
tests \
docs \
common \
- common-modified
+ common-modified \
+ m4
# pkgconfig
DIST_SUBDIRS = \
@@ -25,14 +26,15 @@ DIST_SUBDIRS = \
tests \
docs \
common \
- common-modified
+ common-modified \
+ m4
# pkgconfig
EXTRA_DIST = \
AUTHORS COPYING NEWS README ChangeLog autogen.sh \
$(pcinfiles)
-ACLOCAL_AMFLAGS = -I common/m4
+ACLOCAL_AMFLAGS = -I m4 -I common/m4
check-valgrind:
cd tests/check && make check-valgrind