summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-06-15 06:06:16 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-06-15 06:06:16 -0700
commit68763c08def48db755345a7a5f6640458c3b28ad (patch)
tree2d2e155e58a16c8196ef7920e7e7e293d7c782b4
parent84e4847c06bd8f14271f1e46c7f80a33034c9a92 (diff)
Build pkg-config before descending to check directory
To ensure that pkg-config has been built and updated before running the test suite, complete the top directory before descending to the check directory.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 875e01f..a7d9fc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ popt_includes = -I$(top_srcdir)/popt
POPT_SUBDIR = popt
endif
-SUBDIRS = $(GLIB_SUBDIR) $(POPT_SUBDIR) check
+SUBDIRS = $(GLIB_SUBDIR) $(POPT_SUBDIR) . check
m4dir = $(datadir)/aclocal
m4_DATA = pkg.m4
@@ -36,4 +36,4 @@ pkg_config_SOURCES= \
pkg.c \
parse.h \
parse.c \
- main.c \ No newline at end of file
+ main.c