changeset 5903:002130f6ea49

Oops, csharpexec uses the classpath source code, but not its object file classpath.o.
author Bruno Haible <bruno@clisp.org>
date Wed, 01 Jun 2005 10:39:15 +0000
parents 95383b7d1b52
children ab5da63c7f5e
files modules/csharpexec
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/modules/csharpexec
+++ b/modules/csharpexec
@@ -5,13 +5,14 @@
 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 @@
 
 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: