summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-03-03 00:39:42 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-03-03 00:40:12 -0500
commitab0c7c58b9437f4aacdd039f5885534a575ff60e (patch)
tree886da799078f82f520d38a803b2a3ca3bf3cae63
parent87a1e599921228ddd5e55d1d71b7b37617348bde (diff)
Add tests subdir to toplevel SUBDIRS variable
Artie spotted this.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 332f9b4..ea73ebb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src protocol doc
+SUBDIRS = src protocol doc tests
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}