summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac4
-rw-r--r--plugins/Makefile.am6
3 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 59b3997..ef6c688 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = gdbus src test doc
+SUBDIRS = gdbus src plugins test doc
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in depcomp missing install-sh
diff --git a/configure.ac b/configure.ac
index 5ee5bd6..0056d21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,5 +96,5 @@ AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],
fi
])
-AC_OUTPUT(Makefile gdbus/Makefile src/Makefile test/Makefile doc/Makefile
- src/org.openobex.service)
+AC_OUTPUT(Makefile gdbus/Makefile src/Makefile plugins/Makefile
+ test/Makefile doc/Makefile src/org.openobex.service)
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
new file mode 100644
index 0000000..9e689ae
--- /dev/null
+++ b/plugins/Makefile.am
@@ -0,0 +1,6 @@
+
+plugindir = $(libdir)/obex/plugins
+
+INCLUDES = -I$(top_srcdir)/src
+
+MAINTAINERCLEANFILES = Makefile.in