]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.am
pppd: Drop linux IPX support (#326)
[ppp.git] / pppd / Makefile.am
index e6aaac03a7656a707d537be073bae1b93c8cfc68..97edd3ce8f7f346bb39d051ba30867b6d4b12bf4 100644 (file)
@@ -32,7 +32,6 @@ pppd_include_HEADERS = \
     fsm.h \
     ipcp.h \
     ipv6cp.h \
-    ipxcp.h \
     lcp.h \
     magic.h \
     md4.h \
@@ -98,10 +97,6 @@ if WITH_CBCP
 pppd_SOURCES += cbcp.c
 endif
 
-if WITH_IPXCP
-pppd_SOURCES += ipxcp.c
-endif
-
 if WITH_MPPE
 pppd_SOURCES += mppe.c
 endif