Oops, csharpexec uses the classpath source code, but not its object file
authorBruno Haible <bruno@clisp.org>
Wed, 1 Jun 2005 10:39:15 +0000 (10:39 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 1 Jun 2005 10:39:15 +0000 (10:39 +0000)
classpath.o.

modules/csharpexec

index 60aaac679c88ea7884f7d1d3580d22611a473f2f..5d27861f3cc07e3d29f4a707c24fac61672df9eb 100644 (file)
@@ -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: