diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c93616f0..2d45f21c 100644 --- a/configure.ac +++ b/configure.ac @@ -73,4 +73,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) +AC_OUTPUT(Makefile gdbus/Makefile include/Makefile + src/Makefile plugins/Makefile) |