X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.am;fp=pppd%2FMakefile.am;h=a7d64cf089de78eb5bfad3f05d4154ea9cee6670;hb=3d40f39afda944dc862001800c0b3696d2f9f181;hp=3607f574aa4f56f9377752d1b55449eaa9907a12;hpb=c95c6162dd3b5774ee680f9c7df60db217cae161;p=ppp.git diff --git a/pppd/Makefile.am b/pppd/Makefile.am index 3607f57..a7d64cf 100644 --- a/pppd/Makefile.am +++ b/pppd/Makefile.am @@ -134,12 +134,12 @@ endif if PPP_WITH_EAPTLS pppd_SOURCES += eap-tls.c tls.c else -if WITH_PEAP +if PPP_WITH_PEAP pppd_SOURCES += tls.c endif endif -if WITH_PEAP +if PPP_WITH_PEAP pppd_SOURCES += peap.c check_PROGRAMS += utest_peap endif