Use -no-undefined on Linux too

There still left two things opened, search for KILL-BONOBO to find them.
One is in calendar's Makefile.am, one in composer.
This commit is contained in:
Milan Crha
2009-05-20 16:50:00 +02:00
parent 3acc45b10c
commit f4cf9af33c
187 changed files with 601 additions and 696 deletions

View File

@ -9,7 +9,7 @@ plugin_DATA = org-gnome-evolution-python.eplug
plugin_LTLIBRARIES = liborg-gnome-evolution-python.la
liborg_gnome_evolution_python_la_SOURCES = python-plugin-loader.c python-plugin-loader.h
liborg_gnome_evolution_python_la_LDFLAGS = -module -avoid-version
liborg_gnome_evolution_python_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_evolution_python_la_LIBADD = \
-lpthread -ldl -lutil -lm \
$(PY_LIBS) \

View File

@ -9,9 +9,6 @@ plugin_DATA = \
org-gnome-hello-python-ui.xml \
org-gnome-hello-python.eplug
liborg_gnome_py_plug_test_la_LIBADD= \
$(NO_UNDEFINED_REQUIRED_LIBS)
liborg_gnome_py_plug_test_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
errordir = $(privdatadir)/errors