From 4bc61697e0abcc2327f4cbc15e1d5c9ef9721056 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 22 Jul 2008 14:41:20 +0000 Subject: [PATCH] Remove unused bits git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3843 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/ppp-manager/Makefile.am | 7 +------ src/ppp-manager/nm-pppd-plugin.c | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/ppp-manager/Makefile.am b/src/ppp-manager/Makefile.am index 2503acc9ba..e5274e679b 100644 --- a/src/ppp-manager/Makefile.am +++ b/src/ppp-manager/Makefile.am @@ -51,12 +51,7 @@ nm_pppd_plugin_la_LIBADD = \ $(GLIB_LIBS) \ $(top_builddir)/libnm-util/libnm-util.la -nm-pppd-plugin-glue.h: nm-pppd-plugin.xml - dbus-binding-tool --prefix=nm_pppd_plugin --mode=glib-server --output=$@ $< - -BUILT_SOURCES = nm-pppd-plugin-glue.h nm-ppp-manager-glue.h - -EXTRA_DIST = nm-pppd-plugin.xml +BUILT_SOURCES = nm-ppp-manager-glue.h CLEANFILES = $(BUILT_SOURCES) diff --git a/src/ppp-manager/nm-pppd-plugin.c b/src/ppp-manager/nm-pppd-plugin.c index 3df478ddb3..8b9878d9ab 100644 --- a/src/ppp-manager/nm-pppd-plugin.c +++ b/src/ppp-manager/nm-pppd-plugin.c @@ -13,7 +13,6 @@ #include "nm-pppd-plugin.h" #include "nm-ppp-status.h" -#include "nm-pppd-plugin-glue.h" #include "nm-dbus-glib-types.h" #include "nm-utils.h"