summaryrefslogtreecommitdiffstats
path: root/network/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-10-27 14:46:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-10-27 14:46:36 +0000
commitc761480865c6b65e370e2bba750c86c226a7fc3f (patch)
tree7fd4bbf028ebd33cdca49583d9d192aee97ec1e3 /network/Makefile.am
parent488f561448d08ef5d30902a9f3511b801eff83e8 (diff)
Add skeletons for service implementations
Diffstat (limited to 'network/Makefile.am')
-rw-r--r--network/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/Makefile.am b/network/Makefile.am
new file mode 100644
index 00000000..78cdd390
--- /dev/null
+++ b/network/Makefile.am
@@ -0,0 +1,12 @@
+
+noinst_PROGRAMS = bt.networkd
+
+bt_networkd_SOURCES = main.c
+
+bt_networkd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@
+
+INCLUDES = -I$(top_srcdir)/common
+
+MAINTAINERCLEANFILES = Makefile.in