summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-20 11:51:07 -0400
committerRay Strode <rstrode@redhat.com>2008-05-20 11:51:07 -0400
commite8a5bdf76e842a31ec752566e0d1bda2f5a841e9 (patch)
treeac733dc6b4079aa13ef916f40fc4987348f1ab0b /src/client
parentc13aba661eeac269ff28daa6c3259afb2ce69bf1 (diff)
downloadplymouth-e8a5bdf76e842a31ec752566e0d1bda2f5a841e9.tar.gz
plymouth-e8a5bdf76e842a31ec752566e0d1bda2f5a841e9.tar.xz
plymouth-e8a5bdf76e842a31ec752566e0d1bda2f5a841e9.zip
Add client tests directory to SUBDIRS
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index a0f20ee..e21c083 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = . tests
+
INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/libply \