From edfef236652180f689beedd393f3c8a83a28568d Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 20 Nov 2007 15:00:21 +0000 Subject: [PATCH] glib/Makefile.am: build tests/ subdir after building libglib. svn path=/trunk/; revision=5876 --- glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/Makefile.am b/glib/Makefile.am index 068fec4..9c23fef 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -18,7 +18,7 @@ gregex_c = gregex_h = endif -SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre +SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests DIST_SUBDIRS = libcharset gnulib pcre update-pcre -- 2.7.4