X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=e7e52b84c722a225f5dbd243172ead87568369cf;hb=67e53ed830e2e6f881a52518c32f2fa628778018;hp=aaf5c31322cf36277103bbc1fbf8644334bf96aa;hpb=3238ea487539f57ee027fb2898ec0d3c4dbd0139;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index aaf5c31..e7e52b8 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.65 2004/11/01 03:49:20 paulus Exp $ +# $Id: Makefile.linux,v 1.66 2004/11/13 12:02:22 paulus Exp $ # # Default installation locations @@ -153,9 +153,9 @@ endif # TDB ifdef USE_TDB CFLAGS += -DUSE_TDB=1 - PPPDSRCS += tdb.c - PPPDOBJS += tdb.o - HEADERS += tdb.h + PPPDSRCS += tdb.c spinlock.c + PPPDOBJS += tdb.o spinlock.o + HEADERS += tdb.h spinlock.h endif # Lock library binary for Linux is included in 'linux' subdirectory.