From ba6d5b2571acd4010c929901b490bcd836c4ca3c Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Sun, 15 Apr 2001 02:21:56 +0000 Subject: Inclusion du simulateur. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0dfd182..f340432 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,10 +3,12 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS) INCLUDES = -I. -I.. -I$(includedir) -I../include -bin_PROGRAMS = compilo +bin_PROGRAMS = compilo simul compilo_SOURCES = compilo.c +simul_SOURCES = simul.c LDADD = ../lib/libCompilo.la -compilo_LDADD = $(LDADD) +compilo_LDADD = ../lib/libCompilo.la +simul_LDADD = ../lib/libSimul.la -- cgit v1.2.3