Updates for mbnntp
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
include ../Makefile.global
|
||||
|
||||
SRCS = mbnntp.c openport.c ttyio.c
|
||||
HDRS = mbnntp.h openport.h ttyio.h
|
||||
OBJS = mbnntp.o openport.o ttyio.o
|
||||
SRCS = mbnntp.c openport.c ttyio.c auth.c
|
||||
HDRS = mbnntp.h openport.h ttyio.h auth.h
|
||||
OBJS = mbnntp.o openport.o ttyio.o auth.o
|
||||
LIBS += ../lib/libmbse.a ../lib/libdbase.a ../lib/libmsgbase.a
|
||||
OTHER = Makefile
|
||||
|
||||
@@ -55,7 +55,8 @@ depend:
|
||||
|
||||
# DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
|
||||
# Dependencies generated by make depend
|
||||
mbnntp.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h openport.h ttyio.h mbnntp.h
|
||||
mbnntp.o: ../config.h ../lib/mbselib.h ../lib/users.h ../lib/mbsedb.h openport.h ttyio.h auth.h mbnntp.h
|
||||
openport.o: ../config.h ../lib/mbselib.h openport.h
|
||||
ttyio.o: ../config.h ../lib/mbselib.h ttyio.h
|
||||
auth.o: ../config.h ../lib/mbselib.h mbnntp.h auth.h
|
||||
# End of generated dependencies
|
||||
|
Reference in New Issue
Block a user