summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 15b2d09..d7b376c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS="-Im4"
SUBDIRS = chat contrib pppd pppstats pppdump
-if WITH_PLUGINS
+if PPP_WITH_PLUGINS
SUBDIRS += pppd/plugins
endif