mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
build: Fix 'make dist' regression
Commit f084b60377
incorrectly set
DIST_SUBDIRS for the toplevel Makefile.am. In general actually we
don't need to set it, because modern automake automatically sets
it by looking at conditionals for SUBDIRS.
Tested-by: Rico Tzschichholz <ricotz@t-online.de>
https://bugzilla.gnome.org/show_bug.cgi?id=667806
This commit is contained in:
@@ -2,7 +2,6 @@ include $(top_srcdir)/Makefile.decl
|
||||
|
||||
NULL =
|
||||
|
||||
DIST_SUBDIRS =
|
||||
SUBDIRS = gdbus-2.0/codegen
|
||||
|
||||
if OS_UNIX
|
||||
@@ -328,8 +327,6 @@ endif
|
||||
|
||||
if BUILD_MODULAR_TESTS
|
||||
SUBDIRS += tests
|
||||
else
|
||||
DIST_SUBDIRS += tests
|
||||
endif
|
||||
|
||||
libgio_2_0_la_SOURCES = \
|
||||
|
Reference in New Issue
Block a user