bluez/network/Makefile.am

26 lines
679 B
Makefile
Raw Normal View History

2008-06-04 04:07:34 +08:00
if NETWORKPLUGIN
2008-03-22 23:49:07 +08:00
plugindir = $(libdir)/bluetooth/plugins
2007-03-09 23:33:38 +08:00
2008-03-22 23:49:07 +08:00
plugin_LTLIBRARIES = libnetwork.la
2008-03-22 23:49:07 +08:00
libnetwork_la_SOURCES = main.c \
manager.h manager.c \
server.h server.c bridge.h bridge.c \
2007-03-22 04:28:55 +08:00
connection.h connection.c common.h common.c
2007-01-20 05:55:53 +08:00
LDADD = $(top_builddir)/common/libhelper.a \
@GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
2007-03-09 23:33:38 +08:00
endif
2008-05-09 17:16:32 +08:00
AM_LDFLAGS = -module -avoid-version -no-undefined \
-export-symbols-regex bluetooth_plugin_desc
2008-03-22 23:49:07 +08:00
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd
2008-03-22 23:49:07 +08:00
EXTRA_DIST = network.conf network-api.txt test-network
2007-03-09 23:33:38 +08:00
MAINTAINERCLEANFILES = Makefile.in