From a20f3ce8d20ad634330df2e26d4c31b3a984a57c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Apr 2009 20:54:47 +0200 Subject: [PATCH] Add directories for source code, header files and plugins --- Makefile.am | 2 +- configure.ac | 3 ++- include/Makefile.am | 2 ++ plugins/Makefile.am | 2 ++ src/Makefile.am | 2 ++ 5 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 include/Makefile.am create mode 100644 plugins/Makefile.am create mode 100644 src/Makefile.am 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