aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b5a4a3..bef67bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,8 +7,15 @@ SUBDIRS = \
if BUILD_TESTS
SUBDIRS += \
test
+
+# build src first
+test: src
+
endif
+
+
+
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations
dist-hook: