Fix more C++ link errors on Solaris 8.
[pspp] / modules / csharpexec
index 60aaac679c88ea7884f7d1d3580d22611a473f2f..69e0c70f6c9f3f110870a71284144074e1d8c4ad 100644 (file)
@@ -4,28 +4,25 @@ Execute a C# program.
 Files:
 lib/csharpexec.h
 lib/csharpexec.c
-lib/csharpexec.sh.in
-m4/csharpexec.m4
-m4/csharp.m4
+lib/classpath.h
+lib/classpath.c
 
 Depends-on:
 stdbool
 execute
-classpath
 xsetenv
 sh-quote
 xalloc
-xallocsa
+xmalloca
 error
-gettext
+gettext-h
+csharpexec-script
 
 configure.ac:
-gt_CSHARPEXEC
 
 Makefile.am:
-DEFS += -DEXEEXT=\"$(EXEEXT)\"
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 lib_SOURCES += csharpexec.h csharpexec.c
-EXTRA_DIST += csharpexec.sh.in
 
 Include:
 "csharpexec.h"
@@ -35,4 +32,3 @@ GPL
 
 Maintainer:
 Bruno Haible
-