From 68763c08def48db755345a7a5f6640458c3b28ad Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 15 Jun 2010 06:06:16 -0700 Subject: 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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1