aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-20 15:30:16 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-20 15:30:16 -0500
commitf7d971a8407224ddd8b1b8744d18a33032c9142d (patch)
tree3e1ddc33da39b4b5aeed4b50cf117bf3effeac12 /Makefile.am
parent6251928d97a1e10fb7e0e4c2df6372e8cead133e (diff)
downloadayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.tar.gz
ayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.tar.bz2
ayatana-indicator-messages-f7d971a8407224ddd8b1b8744d18a33032c9142d.zip
Makefile fixes for code under test lib.
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: