ajout d'un -I pointant sur les sources

This commit is contained in:
Christophe Alexandre 2002-06-20 16:26:42 +00:00
parent 36f23c5f1d
commit 1ddc78b07a
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ bin_PROGRAMS = emulbs
CLEANFILES = emul_y.c emul_y.h emul_l.c y.tab.h y.tab.c
INCLUDES = -I$(top_builddir)/src/emulbs
INCLUDES = -I$(top_builddir)/src/emulbs -I$(top_srcdir)/src/emulbs
emulbs_LDADD = @ALLIANCE_LIBS@ \
-lMpu \

View File

@ -10,7 +10,8 @@ bin_PROGRAMS = pcbs
CLEANFILES = emul_y.c emul_y.h pga_y.c pga_y.h pga_l.c emul_l.c y.tab.c y.tab.h
INCLUDES = -I$(top_builddir)/src/pcbs -I$(top_srcdir)/src/bvl
INCLUDES = -I$(top_builddir)/src/pcbs -I$(top_srcdir)/src/bvl \
-I$(top_srcdir)/src/pcbs
pcbs_LDADD = \
-L$(top_builddir)/src/bvl -lBvl \