Displaying 1 result from an estimated 1 matches for "d32b7fc".
Did you mean:
  d327bf8
  
2011 Dec 01
1
[PATCH] libguestfs: Added gnulib includes from builddir, as suggested by the Gnulib documentation
...`top_srcdir/lib'. -- GNU Gnulib manual, section 2.2 Initial import
---
 capitests/Makefile.am |    1 +
 daemon/Makefile.am    |    2 +-
 src/Makefile.am       |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/capitests/Makefile.am b/capitests/Makefile.am
index cb9188e..d32b7fc 100644
--- a/capitests/Makefile.am
+++ b/capitests/Makefile.am
@@ -129,6 +129,7 @@ test_debug_to_file_SOURCES = test-debug-to-file.c
 test_debug_to_file_CFLAGS = \
 	-I$(top_srcdir)/src -I$(top_builddir)/src \
 	-I$(top_srcdir)/gnulib/lib \
+	-I$(top_builddir)/gnulib/lib \
 	$(WARN_CFLAGS) $(WERROR...