summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-17 19:38:45 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-17 19:38:45 -0700
commitad41ed4612a03bae49913e40f7bd866bd98bfd35 (patch)
tree12405b1d05a0e801188ea099ddfa44baad2ea647 /configure.ac
parentd7e97012c167aa972c560fc08d746b9e0d9934c2 (diff)
downloadobexd-ad41ed4612a03bae49913e40f7bd866bd98bfd35.tar.gz
Move the BtIO code into the daemon
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 f38b0ac..df6cff1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,5 +143,5 @@ AC_ARG_ENABLE(client, AC_HELP_STRING([--disable-client],
])
AM_CONDITIONAL(CLIENT, test "${enable_client}" != "no")
-AC_OUTPUT(Makefile gwobex/Makefile gdbus/Makefile btio/Makefile src/Makefile
+AC_OUTPUT(Makefile gwobex/Makefile gdbus/Makefile src/Makefile
plugins/Makefile client/Makefile test/Makefile doc/Makefile)