summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-09-19 13:31:49 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-09-19 13:31:49 +0200
commit73891c28fa27d5e65a71762e826f13747d743588 (patch)
tree12f2391aa9060b404cfb9d34fb3f079e6e78526a /Makefile.am
parent5bcf5578a70f16f87c595560b0793e208b823c6c (diff)
downloadfarstream-73891c28fa27d5e65a71762e826f13747d743588.tar.gz
Remove Python dependency
Farstream 0.2 never depended on Python directly
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f81f6885..0bf9e861 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,6 @@ SUBDIRS = \
docs \
common \
common-modified \
- m4 \
examples
# pkgconfig
@@ -22,7 +21,6 @@ DIST_SUBDIRS = \
docs \
common \
common-modified \
- m4 \
examples
# pkgconfig
@@ -30,7 +28,7 @@ EXTRA_DIST = \
AUTHORS COPYING NEWS README ChangeLog autogen.sh \
$(pcinfiles)
-ACLOCAL_AMFLAGS = -I m4 -I common/m4
+ACLOCAL_AMFLAGS = -I common/m4
check-valgrind:
cd tests/check && make check-valgrind