Add skeletons for 802.03 and 802.11 interface plugins
[connman] / plugins / Makefile.am
1
2 plugindir = $(libdir)/connman/plugins
3
4 plugin_LTLIBRARIES = libconnman-80203.la libconnman-80211.la
5
6 libconnman_80203_la_SOURCES = 80203.c
7
8 libconnman_80211_la_SOURCES = 80211.c
9
10 AM_LDFLAGS = -module -avoid-version -export-symbols-regex connman_plugin_desc
11
12 INCLUDES = -I$(top_builddir)/include
13
14 MAINTAINERCLEANFILES = Makefile.in