summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac3
-rw-r--r--include/Makefile.am2
-rw-r--r--plugins/Makefile.am2
-rw-r--r--src/Makefile.am2
5 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ad54351b..922ef7c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = gdbus
+SUBDIRS = gdbus include src plugins
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \
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)
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 00000000..02742923
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,2 @@
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
new file mode 100644
index 00000000..02742923
--- /dev/null
+++ b/plugins/Makefile.am
@@ -0,0 +1,2 @@
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 00000000..02742923
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,2 @@
+
+MAINTAINERCLEANFILES = Makefile.in