--- lbbs/src/Makefile.am 2004/10/11 11:15:33 1.2 +++ lbbs/src/Makefile.am 2005/03/17 10:48:46 1.15 @@ -1,4 +1,6 @@ bin_PROGRAMS=bbsd -bbsd_SOURCES=common.h bbsd.c fork.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