From f7d971a8407224ddd8b1b8744d18a33032c9142d Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Tue, 20 Mar 2012 15:30:16 -0500 Subject: Makefile fixes for code under test lib. --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') 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: -- cgit v1.2.3