[Lemon-commits] [lemon_svn] jacint: r601 - hugo/trunk/src/work/jacint

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:29 CET 2006


Author: jacint
Date: Wed Apr 28 01:01:15 2004
New Revision: 601

Modified:
   hugo/trunk/src/work/jacint/makefile

Log:


Modified: hugo/trunk/src/work/jacint/makefile
==============================================================================
--- hugo/trunk/src/work/jacint/makefile	(original)
+++ hugo/trunk/src/work/jacint/makefile	Wed Apr 28 01:01:15 2004
@@ -2,11 +2,11 @@
 CXX2 = g++-2.95
 CXX=$(CXX3)
 CC=$(CXX)
-INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} 
+INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos,johanna} 
 CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS)
 LEDAROOT ?= /ledasrc/LEDA-4.1
 
-BINARIES = preflow_excess_test
+BINARIES = preflow
 
 
 all: $(BINARIES)



More information about the Lemon-commits mailing list