build: Set no_undefined in Makefile.decl

This simplifies the code and - more importantly - fixes the cases like
in testsuite/reftests where the no_undefined definition was missing.

https://bugzilla.gnome.org/show_bug.cgi?id=736382
This commit is contained in:
Руслан Ижбулатов
2014-09-09 14:48:17 +00:00
committed by Benjamin Otte
parent 1741de47db
commit 45ab4ae09b
11 changed files with 5 additions and 38 deletions

View File

@ -1,9 +1,5 @@
include $(top_srcdir)/Makefile.decl
if PLATFORM_WIN32
no_undefined = -no-undefined
endif
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/gtk \