From fd6fecea052b608db0e7b328b1b4a2669258a66f Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 16 Jul 2009 17:15:40 +0100 Subject: Miscellaneous fixes for non-srcdir builds. --- java/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/Makefile.am b/java/Makefile.am index 1352394b..6ddf8b48 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -21,7 +21,7 @@ builddir ?= $(top_builddir)/java java_prefix = com/redhat/et/libguestfs # Pull in automatically generated built sources -include $(builddir)/Makefile.inc +include $(srcdir)/Makefile.inc java_sources = \ $(java_built_sources) \ -- cgit