From 91b0afc91a3335f78b1a4392e463ed601bd38d9d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 1 Jun 2005 10:39:15 +0000 Subject: [PATCH] Oops, csharpexec uses the classpath source code, but not its object file classpath.o. --- modules/csharpexec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.30.2