GObject Makefile.am Patch



The distcheck target builds configuration headers in a directory
that is different from the source directory so the compiler needs
to look there for glibconfig.h and company.

--- gobject/Makefile.am.orig    Sun Jun  4 09:54:47 2000
+++ gobject/Makefile.am Sun Jun  4 09:44:29 2000
@@ -5,7 +5,7 @@

 SUBDIRS =

-INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@

 # libraries to compile and install
 lib_LTLIBRARIES = libgobject.la






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]