From fd6cd4eb3b7d5ce61417aec33bd68eabf63e3349 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 26 Apr 2009 10:13:00 +0000 Subject: [build] Adds -no-undefined flag for Cygwin build Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz --- (limited to 'libdocument/Makefile.am') diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index a16b68e..aa77cca 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -91,6 +91,7 @@ libevdocument_la_CFLAGS = \ libevdocument_la_LDFLAGS = \ -version-info $(EV_DOCUMENT_LT_VERSION_INFO) \ + -no-undefined \ -export-symbols-regex "^ev_*" \ $(AM_LDFLAGS) -- cgit v0.9.1