From cc30b078afd38dcd7bdc18fdad46093466a23c6e Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 21 Jan 2008 14:20:41 +0000 Subject: [PATCH] Point NM at the pppd plugin's install dir git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3259 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/ppp-manager/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppp-manager/Makefile.am b/src/ppp-manager/Makefile.am index f2d7bf8182..a257935a53 100644 --- a/src/ppp-manager/Makefile.am +++ b/src/ppp-manager/Makefile.am @@ -18,7 +18,7 @@ libppp_manager_la_CPPFLAGS = \ -DG_DISABLE_DEPRECATED \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -DLIBDIR=\"$(libdir)\" \ - -DPLUGINDIR=\"$(pkglibdir)\" + -DPLUGINDIR=\"$(PPPD_PLUGIN_DIR)\" libppp_manager_la_LIBADD = \ $(DBUS_LIBS) \