--- lbbs/src/Makefile.am 2005/03/17 10:48:46 1.15 +++ lbbs/src/Makefile.am 2005/03/18 16:01:22 1.16 @@ -1,6 +1,12 @@ -bin_PROGRAMS=bbsd -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 +bin_PROGRAMS = bbsd +EXTRA_PROGRAMS = +bbsd_SOURCES = bbs.c bbs_main.c common.c database.c fork.c init.c \ + io.c log.c login.c menu.c main.c netio.c net_server.c \ + passwd.c screen.c regex.c user_priv.c register.c \ + welcome.c \ + bbs.h common.h io.h menu.h -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 +INCLUDES = -I../include -I/usr/local/mysql/include/mysql +LIBS = -L../lib -L/usr/local/mysql/lib/mysql -lmysqlclient -lz +CLEANFILES=@EXTRA_CLEAN@