summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parenttests: Add connection marshalling tests (diff)
downloadwayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.tar
wayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.tar.gz
wayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.tar.bz2
wayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.tar.lz
wayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.tar.xz
wayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.tar.zst
wayland-ab0c7c58b9437f4aacdd039f5885534a575ff60e.zip
Add tests subdir to toplevel SUBDIRS variable
Artie spotted this.
Diffstat (limited to 'Makefile.am')
-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}