summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 13:06:40 +0200
committerQC <qball@gmpclient.org>2014-08-29 13:06:40 +0200
commit79e729bd370528547dfe9c06cf7cb0bca9f0339d (patch)
tree17581bf95b1473d2654b0f8fa482b0bae4daf8d9 /configure.ac
parentb7f6799af998bd9c27df9489e3ca23769df89cae (diff)
Update the test to integrate in build.
* TODO: fix make distcheck.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d261341..1e6eeb3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,5 +44,5 @@ PKG_CHECK_MODULES([xinerama], [xinerama])
PKG_CHECK_MODULES([pango], [pango pangoxft])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT