From 78f7f14b34b4c04742fc848eec536ffdb8c8ab01 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 6 Aug 2010 10:53:07 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/Makefile.am b/glib/Makefile.am index ebe41c9be..be85cb0d8 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