From 2ee186506c29b98d46420bc7d7b22c150b6cb71c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jun 2010 21:00:39 -0500 Subject: Add test/util directory as necessary to build files Signed-off-by: Dan McGee --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bb7e3a72..f70192e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib/libalpm src/util src/pacman scripts etc po test/pacman contrib +SUBDIRS = lib/libalpm src/util src/pacman scripts etc po test/pacman test/util contrib if WANT_DOC SUBDIRS += doc endif -- cgit v1.2.3-24-g4f1b