From: Ray Strode Date: Tue, 20 May 2008 15:51:07 +0000 (-0400) Subject: Add client tests directory to SUBDIRS X-Git-Tag: 0.1.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a5bdf76e842a31ec752566e0d1bda2f5a841e9;p=thirdparty%2Fplymouth.git Add client tests directory to SUBDIRS --- diff --git a/src/client/Makefile.am b/src/client/Makefile.am index a0f20ee1..e21c083d 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 \