summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel.holtmann@intel.com>2009-04-26 20:54:47 +0200
committerMarcel Holtmann <marcel.holtmann@intel.com>2009-04-26 20:54:47 +0200
commita20f3ce8d20ad634330df2e26d4c31b3a984a57c (patch)
treee49fd3d4e817069a6dc39c2c9628164368246833
parent7851155b80c7276e301a247351522b87b3dd9373 (diff)
downloadofono-a20f3ce8d20ad634330df2e26d4c31b3a984a57c.tar.bz2
Add directories for source code, header files and plugins
-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