diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2014-09-09 14:48:17 +0000 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-09-15 16:35:40 +0200 |
commit | 45ab4ae09bade6f63bc71d4df0aa250c72afe1b2 (patch) | |
tree | 75655b456f0f90a4127634d43439aae4afd82b6a /gdk | |
parent | 1741de47dbd4ddb909012fb977f19bd1417fddea (diff) | |
download | gtk+-45ab4ae09bade6f63bc71d4df0aa250c72afe1b2.tar.gz |
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
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index e3860a972d..5f0c1e5d0a 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -42,10 +42,6 @@ AM_CPPFLAGS = \ $(GTK_DEBUG_FLAGS) \ $(GDK_DEP_CFLAGS) -if PLATFORM_WIN32 -no_undefined = -no-undefined -endif - # libtool stuff: set version and export symbols for resolving # since automake doesn't support conditionalized libsomething_la_LDFLAGS # we use the general approach here |