X-Git-Url: http://git.maemo.org/git/?p=connman;a=blobdiff_plain;f=plugins%2FMakefile.am;h=a19236cc0932c047759183b1817d3905808154f2;hp=7c12a8efd893e667bac2b8996981b14ba9c2b30f;hb=8dd59fd33eed869fcb2597b3962b8d3cba9c5efa;hpb=6fa6bdc6f6a8d239142b32979318245da8941d2b diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 7c12a8e..a19236c 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -46,6 +46,12 @@ policydir = $(datadir)/PolicyKit/policy policy_DATA = connman.policy endif +if FAKE +plugin_LTLIBRARIES += fake.la + +fake_la_SOURCES = fake.c +endif + AM_LDFLAGS = -no-undefined -module -avoid-version \ -export-symbols-regex connman_plugin_desc