From c10dd3c054f032fdd5e19693d6345c5672eea4de Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 25 Jun 2002 11:27:25 +0000 Subject: - prise en compte d'une modif dans e MakeFile pour les lib/include tcl - ajout de dépendances Build-depends --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 30c9627..b773861 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ package=ivy-c build: $(checkdir) - cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) CFLAGS="-g -fPIC -D_REENTRANT" + cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.2/) TCLLIB=$(-ltcl8.2) CFLAGS="-g -fPIC -D_REENTRANT" touch build clean: -- cgit v1.1