diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-21 13:18:32 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-21 13:18:32 +0200 |
commit | 4909f84ab70b15d52f4cf0a824e4de49bac47c37 (patch) | |
tree | c29c5a6839b07ac4c106ff86dd5fe652eaa428d8 /Makefile.plugins | |
parent | 11a13a2f5af0bde4b5c74b5a68f055b9fd6e00ce (diff) | |
download | connman-4909f84ab70b15d52f4cf0a824e4de49bac47c37.tar.gz connman-4909f84ab70b15d52f4cf0a824e4de49bac47c37.tar.bz2 connman-4909f84ab70b15d52f4cf0a824e4de49bac47c37.zip |
build: Remove useless fake plugin
Diffstat (limited to 'Makefile.plugins')
-rw-r--r-- | Makefile.plugins | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.plugins b/Makefile.plugins index 841a2620..ebded79f 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -236,13 +236,6 @@ plugins_iospm_la_CFLAGS = $(plugin_cflags) plugins_iospm_la_LDFLAGS = $(plugin_ldflags) endif -if FAKE -plugin_LTLIBRARIES += plugins/fake.la -plugin_objects += $(plugins_fake_la_OBJECTS) -plugins_fake_la_CFLAGS = $(plugin_cflags) -plugins_fake_la_LDFLAGS = $(plugin_ldflags) -endif - if OPENCONNECT script_PROGRAMS += scripts/openconnect-script |