From: Bruno Haible Date: Wed, 1 Jun 2005 10:39:15 +0000 (+0000) Subject: Oops, csharpexec uses the classpath source code, but not its object file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b0afc91a3335f78b1a4392e463ed601bd38d9d;p=pspp Oops, csharpexec uses the classpath source code, but not its object file classpath.o. --- diff --git a/modules/csharpexec b/modules/csharpexec index 60aaac679c..5d27861f3c 100644 --- a/modules/csharpexec +++ b/modules/csharpexec @@ -5,13 +5,14 @@ Files: lib/csharpexec.h lib/csharpexec.c lib/csharpexec.sh.in +lib/classpath.h +lib/classpath.c m4/csharpexec.m4 m4/csharp.m4 Depends-on: stdbool execute -classpath xsetenv sh-quote xalloc @@ -24,7 +25,7 @@ gt_CSHARPEXEC Makefile.am: DEFS += -DEXEEXT=\"$(EXEEXT)\" -lib_SOURCES += csharpexec.h csharpexec.c +lib_SOURCES += csharpexec.h csharpexec.c classpath.h classpath.c EXTRA_DIST += csharpexec.sh.in Include: