Remove unused bits

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3843 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-07-22 14:41:20 +00:00
parent 22deeaf37a
commit 4bc61697e0
2 changed files with 1 additions and 7 deletions

View file

@ -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)

View file

@ -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"