*** empty log message ***

This commit is contained in:
Antoine Drouin
2008-04-11 11:39:37 +00:00
parent 818dd10368
commit e4caeb378b
2 changed files with 4 additions and 7 deletions
-7
View File
@@ -21,13 +21,6 @@
# Boston, MA 02111-1307, USA. # Boston, MA 02111-1307, USA.
# #
ifeq ($(SIM_TYPE),BOOZ)
sim.CFLAGS += `pkg-config glib-2.0 --cflags` -I /usr/include/meschach
sim.LDFLAGS += `pkg-config glib-2.0 --libs` -lm -lmeschach -lpcre -lglibivy
endif
# #
# This is the common Makefile for the sim target. # This is the common Makefile for the sim target.
# #
+4
View File
@@ -155,6 +155,10 @@ sim.ARCH = sitl
sim.TARGET = sim sim.TARGET = sim
sim.TARGETDIR = sim sim.TARGETDIR = sim
sim.CFLAGS += `pkg-config glib-2.0 --cflags` -I /usr/include/meschach
sim.LDFLAGS += `pkg-config glib-2.0 --libs` -lm -lmeschach -lpcre -lglibivy
sim.CFLAGS += -I$(BOOZ) -I$(TL) sim.CFLAGS += -I$(BOOZ) -I$(TL)
sim.srcs = $(SIMDIR)/main_booz_sim.c \ sim.srcs = $(SIMDIR)/main_booz_sim.c \