[glib] Don't dist 'glibconfig.h'



commit 78f7f14b34b4c04742fc848eec536ffdb8c8ab01
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Aug 6 10:53:07 2010 -0400

    Don't dist 'glibconfig.h'
    
    This is causing very serious problems when doing out-of-tree builds from
    tarballs on architectures that are different from the architecture that
    the tarball was created on.
    
    This commit breaks the build in those cases, but I'll fix that in the
    next commits.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626107

 glib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/Makefile.am b/glib/Makefile.am
index ebe41c9..be85cb0 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -16,7 +16,7 @@ CLEANFILES =
 DISTCLEANFILES += glibconfig-stamp glibconfig.h
 BUILT_SOURCES += glibconfig-stamp
 configexecincludedir = $(libdir)/glib-2.0/include
-configexecinclude_HEADERS = glibconfig.h
+nodist_configexecinclude_HEADERS = glibconfig.h
 glibconfig-stamp: ../config.status
 	$(AM_V_GEN) cd $(top_builddir) && \
 	  $(SHELL) ./config.status glib/glibconfig.h



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