summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-23 00:40:59 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-23 00:40:59 -0700
commita5b1e3d02c8b356bb167dd7e4b6ab54edf271e7b (patch)
tree12e4d0f016fd1fe85e71fe76267673bb04a63ce5 /network
parentd015dc8986f8548653160bc9ee6c8fef126dd8e8 (diff)
downloadbluez-a5b1e3d02c8b356bb167dd7e4b6ab54edf271e7b.tar.gz
Switch to a full non-recursive build system
Diffstat (limited to 'network')
-rw-r--r--network/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/network/Makefile.am b/network/Makefile.am
deleted file mode 100644
index 2a1463027..000000000
--- a/network/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-
-if NETWORKPLUGIN
-noinst_LTLIBRARIES = network.la
-
-network_la_SOURCES = main.c manager.h manager.c \
- server.h server.c bridge.h bridge.c \
- connection.h connection.c common.h common.c
-endif
-
-AM_LDFLAGS = -module -avoid-version -no-undefined
-
-AM_CFLAGS = -fvisibility=hidden -DBLUETOOTH_PLUGIN_BUILTIN \
- @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
-
-INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
-
-EXTRA_DIST = network.conf
-
-MAINTAINERCLEANFILES = Makefile.in