summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-21 14:25:16 +0100
committerRichard Jones <rjones@redhat.com>2009-04-21 14:25:16 +0100
commitb9014d6a0da8b2b3a76c4ab51fab2773fe7480b2 (patch)
tree41054927db7a3e1adb6211fa5ccd282c69d51eb7 /java
parent936108f54cbf8e81132a0a0a8c093a4056f0e11c (diff)
downloadlibguestfs-b9014d6a0da8b2b3a76c4ab51fab2773fe7480b2.tar.gz
libguestfs-b9014d6a0da8b2b3a76c4ab51fab2773fe7480b2.tar.xz
libguestfs-b9014d6a0da8b2b3a76c4ab51fab2773fe7480b2.zip
Basic Java build environment.
Diffstat (limited to 'java')
-rw-r--r--java/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/java/Makefile.am b/java/Makefile.am
new file mode 100644
index 00000000..7e8786d8
--- /dev/null
+++ b/java/Makefile.am
@@ -0,0 +1,25 @@
+# libguestfs Java bindings
+# Copyright (C) 2009 Red Hat Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+EXTRA_DIST =
+
+CLEANFILES = *~
+
+if HAVE_JAVA
+
+
+endif \ No newline at end of file