mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Add top_builddir so glibconfig.h is found properly when build srcdir !=
Wed Jun 7 09:21:05 2000 Owen Taylor <otaylor@redhat.com> * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h is found properly when build srcdir != builddir. (Patch from Eric Lemings)
This commit is contained in:
		@@ -1,3 +1,9 @@
 | 
			
		||||
Wed Jun  7 09:21:05 2000  Owen Taylor  <otaylor@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* Makefile.am (INCLUDES): Add top_builddir so glibconfig.h
 | 
			
		||||
	is found properly when build srcdir != builddir. (Patch from
 | 
			
		||||
	Eric Lemings)
 | 
			
		||||
 | 
			
		||||
2000-05-13  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* makefile.mingw.in
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user