From af73dfbd45ad1391db2af061d8d1bf175da99d7f Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 21 May 2001 04:15:36 +0000 Subject: [PATCH] Added libes in Makefile --- eo/tutorial/Lesson4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/tutorial/Lesson4/Makefile b/eo/tutorial/Lesson4/Makefile index 628c7222..9a02e071 100644 --- a/eo/tutorial/Lesson4/Makefile +++ b/eo/tutorial/Lesson4/Makefile @@ -1,4 +1,4 @@ -.cpp: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -o $@ $*.cpp ../../src/utils/libeoutils.a ../../src/libeo.a +.cpp: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -o $@ $*.cpp ../../src/es/libes.a ../../src/utils/libeoutils.a ../../src/libeo.a .cpp.o: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -c $*.cpp