]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.am
Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.
[ppp.git] / pppd / Makefile.am
index 94197fdaa24afcbc5ede4ed87a220a7a8acecd70..738613df8fca6c3ea374c021af7ac00e8c850e0d 100644 (file)
@@ -93,7 +93,7 @@ pppd_SOURCES += pppcrypt.c
 endif
 endif
 
-if WITH_CBCP
+if PPP_WITH_CBCP
 pppd_SOURCES += cbcp.c
 endif
 
@@ -115,11 +115,11 @@ pppd_LDFLAGS += -Wl,-E
 endif
 endif
 
-if WITH_MULTILINK
+if PPP_WITH_MULTILINK
 pppd_SOURCES += multilink.c
 endif
 
-if WITH_TDB
+if PPP_WITH_TDB
 pppd_SOURCES += tdb.c spinlock.c
 endif