summaryrefslogtreecommitdiff
path: root/pppd/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/plugins/Makefile.am')
-rw-r--r--pppd/plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/plugins/Makefile.am b/pppd/plugins/Makefile.am
index 292daf2..2826148 100644
--- a/pppd/plugins/Makefile.am
+++ b/pppd/plugins/Makefile.am
@@ -1,7 +1,7 @@
pppd_plugin_LTLIBRARIES = minconn.la passprompt.la passwordfd.la winbind.la
pppd_plugindir = $(PPPD_PLUGIN_DIR)
-PLUGIN_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}
+PLUGIN_CPPFLAGS = -I${top_srcdir}
PLUGIN_LDFLAGS = -module -avoid-version
minconn_la_CPPFLAGS = $(PLUGIN_CPPFLAGS)