summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel.holtmann@intel.com>2009-04-26 21:28:48 +0200
committerMarcel Holtmann <marcel.holtmann@intel.com>2009-04-26 21:28:48 +0200
commited08e2adee56212858350da224acb072ac3830ee (patch)
treee8052ffc8d349779b36d1a761cc543e58ff74389 /configure.ac
parente059f43faef74e9ed435dc03c603d9d4e1ba7f2b (diff)
downloadofono-ed08e2adee56212858350da224acb072ac3830ee.tar.bz2
Add plugin support infrastructure
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 0638907a..ca26016a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,5 +76,5 @@ AC_SUBST(DBUS_DATADIR)
AC_SUBST([GDBUS_CFLAGS], ['$(DBUS_CFLAGS) -I$(top_srcdir)/gdbus'])
AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la $(DBUS_LIBS)'])
-AC_OUTPUT(Makefile gdbus/Makefile include/Makefile
+AC_OUTPUT(Makefile gdbus/Makefile include/Makefile include/version.h
src/Makefile plugins/Makefile)