Allow parallel build (thks Whoopie and psychon).

This commit is contained in:
Arnaud Cornet 2009-07-26 11:38:20 +02:00
parent 442e4973cd
commit fa0c70539b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ bin_PROGRAMS = bip bipmkpw
bip_SOURCES = conf.y lex.l bip.c connection.c irc.c line.c log.c md5.c util.c
bipmkpw_SOURCES = bipmkpw.c md5.c util.c
AM_YFLAGS= -d
BUILT_SOURCES = conf.h
if DEBUG
AM_CFLAGS+=-Wall -g
AM_LDFLAGS+=-g