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 /libgail-util | |
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 'libgail-util')
-rw-r--r-- | libgail-util/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgail-util/Makefile.am b/libgail-util/Makefile.am index 9422f8a27e..8ac0264a9d 100644 --- a/libgail-util/Makefile.am +++ b/libgail-util/Makefile.am @@ -1,9 +1,6 @@ include $(top_srcdir)/Makefile.decl EXTRA_DIST += gailutil.def -if PLATFORM_WIN32 -no_undefined = -no-undefined -endif if OS_WIN32 export_symbols = -export-symbols $(srcdir)/gailutil.def gailutil.def: libgailutil-3.la |