summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-18 20:21:47 -0700
committerMatt Turner <mattst88@gmail.com>2012-09-27 10:25:20 -0700
commit7da12426f7682ffc44ae40e31d1b5712521fbb70 (patch)
tree939b69c79e58abfe98258a8cdd3d72d3ba8748b7 /Makefile.am
parent96f50d0cf7bb13507f272d2f6ef9a6fca24d18e1 (diff)
build: Use AX_PTHREAD to detect pthreads
NOTE: This is a candidate for the 9.0 branch. Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e411218eb2f..23355ff6b97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,8 @@
SUBDIRS = src
+ACLOCAL_AMFLAGS = -I m4
+
doxygen:
cd doxygen && $(MAKE)