--- lbbs/src/Makefile.am 2005/03/13 09:06:27 1.14 +++ lbbs/src/Makefile.am 2005/03/17 10:48:46 1.15 @@ -1,5 +1,5 @@ bin_PROGRAMS=bbsd -bbsd_SOURCES=bbs.h bbs.c common.h common.c main.c init.c log.c net_server.c fork.c bbs_main.c netio.c io.h io.c welcome.c database.c login.c screen.c regex.c passwd.c user_priv.c register.c +bbsd_SOURCES=bbs.h bbs.c bbs_main.c common.h common.c database.c fork.c init.c io.h io.c log.c login.c menu.h menu.c main.c netio.c net_server.c passwd.c screen.c regex.c user_priv.c register.c welcome.c INCLUDES = -I../include -I/usr/local/include -I/usr/local/mysql/include/ -I/usr/local/mysql/include/mysql LIBS = -L../lib -L/usr/local/lib -L/usr/local/mysql/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -lz