From 2ee186506c29b98d46420bc7d7b22c150b6cb71c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jun 2010 21:00:39 -0500 Subject: [PATCH] Add test/util directory as necessary to build files Signed-off-by: Dan McGee --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 diff --git a/configure.ac b/configure.ac index bff9e8d5..008975b8 100644 --- a/configure.ac +++ b/configure.ac @@ -356,6 +356,7 @@ etc/Makefile po/Makefile.in test/pacman/Makefile test/pacman/tests/Makefile +test/util/Makefile contrib/Makefile Makefile ])