summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/Makefile.am b/java/Makefile.am
index 2a8b77b8..613aac92 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -15,13 +15,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# Old RHEL 5 autoconf doesn't have builddir.
+builddir ?= .
+
include $(top_srcdir)/subdir-rules.mk
java_prefix = com/redhat/et/libguestfs
-# Old RHEL 5 autoconf doesn't have builddir.
-builddir ?= $(top_builddir)/java
-
generator_built = \
Makefile.inc \
$(java_built_sources) \