summaryrefslogtreecommitdiff
path: root/pppd/Makefile.am
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 16:46:43 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commit898d3f4b437ca1348abc1bbd036b0106c66a7ba6 (patch)
tree02dda25a9cfad9c9b0f3b4f85e3c64c1f920ca9d /pppd/Makefile.am
parent3604f5c7d9c671dd8a59c8adab14c8f4edd9503e (diff)
downloadppp-898d3f4b437ca1348abc1bbd036b0106c66a7ba6.tar.gz
Changing PLUGIN to PPP_WITH_PLUGINS for consistency
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/Makefile.am')
-rw-r--r--pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/Makefile.am b/pppd/Makefile.am
index 738613d..d70dd26 100644
--- a/pppd/Makefile.am
+++ b/pppd/Makefile.am
@@ -107,7 +107,7 @@ pppd_LDFLAGS += $(PCAP_LDFLAGS)
pppd_LIBS += $(PCAP_LIBS)
endif
-if WITH_PLUGINS
+if PPP_WITH_PLUGINS
pppd_CPPFLAGS += -DPPPD_PLUGIN_DIR='"@PPPD_PLUGIN_DIR@"'
pppd_LIBS += -ldl
if LINUX