diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |