mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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
This commit is contained in:
parent
25c6bdc22a
commit
78f7f14b34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user