summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel.holtmann@intel.com>2009-05-12 20:35:25 -0700
committerMarcel Holtmann <marcel.holtmann@intel.com>2009-05-12 20:35:25 -0700
commitc0cda597a37d199ab9d16eb2d55ea2e5048e1235 (patch)
tree56629db65e2541ba444d0e4439771b3f214192b4 /configure.ac
parent1897eefb7c98ecd758592262c18741e1a3e16101 (diff)
downloadofono-c0cda597a37d199ab9d16eb2d55ea2e5048e1235.tar.bz2
Fix problem with unit tests and distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 258eb5fc..36fec5f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,5 +87,5 @@ AM_CONDITIONAL(DATAFILES, test "${enable_datafiles}" != "no")
AC_OUTPUT(Makefile gdbus/Makefile gatchat/Makefile
include/Makefile include/version.h src/Makefile
- plugins/Makefile drivers/Makefile doc/Makefile
- unit/Makefile)
+ plugins/Makefile drivers/Makefile unit/Makefile
+ doc/Makefile)