summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-04-25 14:47:01 -0400
committerColin Walters <walters@verbum.org>2012-04-25 15:41:48 -0400
commit063ec9a75d6f70b45a8e51653608a6e40f948b3c (patch)
tree29c97994e53350211f5fa440c48484c9b08d7fdb /gobject
parent87cc77a1985efa18bcd8fc3318c90d8557ae9129 (diff)
build: Fix 'make dist' regression
Commit f084b603771f78126bc0b07229a1574b76e776bb 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
Diffstat (limited to 'gobject')
-rw-r--r--gobject/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 3dc277f35..94fd777b2 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -5,11 +5,8 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = .
-DIST_SUBDIRS =
if BUILD_MODULAR_TESTS
SUBDIRS += tests
-else
-DIST_SUBDIRS += tests
endif
BUILT_SOURCES=