From 93b5a19c9f0979b5f227760af2ce5a0d076521f9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 22 Jun 2003 05:53:06 +0000 Subject: 2003-06-22 Havoc Pennington * mono/*, gcj/*, configure.in, Makefile.am: Check in makefiles and subdirs for mono and gcj bindings. Neither binding actually exists, just trying to get through all the build and other boring bits. --- gcj/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcj/Makefile.am (limited to 'gcj/Makefile.am') diff --git a/gcj/Makefile.am b/gcj/Makefile.am new file mode 100644 index 00000000..8381afe6 --- /dev/null +++ b/gcj/Makefile.am @@ -0,0 +1,5 @@ +noinst_PROGRAMS=hello + +hello_SOURCES=Hello.java + +hello_LDFLAGS=--main=Hello -- cgit