summaryrefslogtreecommitdiffstats
path: root/gcj/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gcj/Makefile.am')
-rw-r--r--gcj/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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