]> 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 9675208fd847213c40a093348ef67935c566e7df..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
 
@@ -119,7 +119,7 @@ if PPP_WITH_MULTILINK
 pppd_SOURCES += multilink.c
 endif
 
-if WITH_TDB
+if PPP_WITH_TDB
 pppd_SOURCES += tdb.c spinlock.c
 endif