Add first attempt for the property system
[connman] / plugins / Makefile.am
1
2 plugindir = $(libdir)/connman/plugins
3
4 plugin_LTLIBRARIES = hal.la ethernet.la wifi.la bluetooth.la \
5                                                 dhclient.la ipv4.la
6
7 noinst_LTLIBRARIES = 80203.la 80211.la resolvconf.la
8
9 hal_la_SOURCES = hal.c
10 hal_la_LIBADD = @HAL_LIBS@
11 hal_la_CFLAGS = @GLIB_CFLAGS@ @HAL_CFLAGS@
12
13 ethernet_la_SOURCES = ethernet.c
14
15 wifi_la_SOURCES = wifi.c
16
17 bluetooth_la_SOURCES = bluetooth.c
18
19 dhclient_la_SOURCES = dhclient.c
20 dhclient_la_CFLAGS = @GDBUS_CFLAGS@ -DDHCLIENT=\"@DHCLIENT@\" \
21                 -DSTATEDIR=\""$(statedir)"\" -DSCRIPTDIR=\""$(scriptdir)"\"
22
23 ipv4_la_SOURCES = ipv4.c
24
25 80203_la_SOURCES = 80203.c
26
27 80211_la_SOURCES = 80211.c supplicant.h supplicant.c
28
29 resolvconf_la_SOURCES = resolvconf.c
30
31 AM_LDFLAGS = -module -avoid-version -export-symbols-regex connman_plugin_desc
32
33 statedir = $(localstatedir)/run/connman
34
35 if MAINTAINER_MODE
36 scriptdir = $(abs_top_srcdir)/scripts
37 else
38 scriptdir = $(libdir)/connman/scripts
39 endif
40
41 AM_CFLAGS = @GDBUS_CFLAGS@
42
43 INCLUDES = -I$(top_builddir)/include
44
45 MAINTAINERCLEANFILES = Makefile.in