--- lbbs/src/Makefile.am 2004/10/20 07:46:32 1.9 +++ lbbs/src/Makefile.am 2005/03/13 09:06:27 1.14 @@ -1,6 +1,6 @@ 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 welcome.c database.c login.c +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 -INCLUDES = -I/usr/local/include/mysql -LIBS = -L/usr/local/lib/mysql -lmysqlclient -lz +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