]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.am
pppd: Fix usage of BOTHER ioctl API on Linux (#314)
[ppp.git] / pppd / Makefile.am
index 22445072f78b8e3add93bd7aefb8dd6ed6b47e4e..03c6fd448171eb9c80c9dccc0a79d71de55b963a 100644 (file)
@@ -72,7 +72,7 @@ pppd_LDFLAGS =
 pppd_LIBS =
 
 if LINUX
-pppd_SOURCES += sys-linux.c
+pppd_SOURCES += sys-linux.c termios_linux.h
 pppd_LIBS += $(CRYPT_LIBS) $(UTIL_LIBS)
 endif