summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
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
])