Add tests subdir to toplevel SUBDIRS variable
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 3 Mar 2012 05:39:42 +0000 (00:39 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 3 Mar 2012 05:40:12 +0000 (00:40 -0500)
Artie spotted this.

Makefile.am

index 332f9b4..ea73ebb 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = src protocol doc
+SUBDIRS = src protocol doc tests
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}