diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 21:57:14 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 21:57:14 +0100 |
commit | b16b4b09126d1a4ef6274023c5b86b4d38a3794c (patch) | |
tree | e93cbcfa3aaf5bf76200e3fd3569eae7af882aab /Makefile.plugins | |
parent | 825eb18ed77f347a6e178d67f547ad867214ebb2 (diff) | |
download | connman-b16b4b09126d1a4ef6274023c5b86b4d38a3794c.tar.gz connman-b16b4b09126d1a4ef6274023c5b86b4d38a3794c.tar.bz2 connman-b16b4b09126d1a4ef6274023c5b86b4d38a3794c.zip |
Remove unfinished and unneeded PPP support
Diffstat (limited to 'Makefile.plugins')
-rw-r--r-- | Makefile.plugins | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.plugins b/Makefile.plugins index 72451fcc..93abe890 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -150,13 +150,6 @@ plugins_dhclient_la_LDFLAGS = $(plugin_ldflags) endif endif -if PPPD -plugin_LTLIBRARIES += plugins/pppd.la -plugin_objects += $(plugins_pppd_la_OBJECTS) -plugins_pppd_la_CFLAGS = $(plugin_cflags) -DPPPD=\"@PPPD@\" -plugins_pppd_la_LDFLAGS = $(plugin_ldflags) -endif - if RESOLVCONF if RESOLVCONF_BUILTIN builtin_modules += resolvconf @@ -240,12 +233,6 @@ script_PROGRAMS += scripts/dhclient-script scripts_dhclient_script_LDADD = @DBUS_LIBS@ endif -if PPPD -script_LTLIBRARIES += scripts/pppd-plugin.la - -scripts_pppd_plugin_la_LDFLAGS = -module -avoid-version -endif - EXTRA_DIST += plugins/polkit.policy scripts/dhclient.conf |