aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-06-25 07:58:10 +0200
committerSimon Busch <morphis@gravedo.de>2012-07-10 07:02:49 +0200
commit5a09bd8da5ca112de9b330ff64198c5aa54ae6e7 (patch)
treec1f3c6fae220d9d97026f4bcd7d84a8858cc8760 /libfsoframework/configure.ac
parentb289af2b9654b3563756b05b7f2a9d9807ce4d42 (diff)
downloadcornucopia-5a09bd8da5ca112de9b330ff64198c5aa54ae6e7.tar.gz
cornucopia-5a09bd8da5ca112de9b330ff64198c5aa54ae6e7.tar.bz2
cornucopia-5a09bd8da5ca112de9b330ff64198c5aa54ae6e7.zip
libfsoframework: tests: enable tests again and make them at least compilable
Diffstat (limited to 'libfsoframework/configure.ac')
-rw-r--r--libfsoframework/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index f4c87454..bd055da1 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -113,9 +113,10 @@ AM_CONDITIONAL( [WANT_DEBUG], [test x"$debug" = x"yes"])
AC_CONFIG_FILES([
Makefile
- vapi/Makefile
fsoframework-2.0.pc
- fsoframework/Makefile])
+ vapi/Makefile
+ fsoframework/Makefile
+ tests/Makefile])
AC_OUTPUT
#########################################################################################