From 1e47292c45b08fad3c4d12364d9713c069579a95 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 27 Jun 2005 00:55:24 +0000 Subject: Use NO_UNDEFINED. Link with more libraries. 2005-06-27 Tor Lillqvist * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593 --- plugins/calendar-http/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/calendar-http/Makefile.am') diff --git a/plugins/calendar-http/Makefile.am b/plugins/calendar-http/Makefile.am index 15e735fb43..69d6ab50a6 100644 --- a/plugins/calendar-http/Makefile.am +++ b/plugins/calendar-http/Makefile.am @@ -1,6 +1,5 @@ INCLUDES = \ -I$(top_srcdir) \ - $(EVOLUTION_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) \ $(SOURCE_SEL_CFLAGS) @@ -11,7 +10,9 @@ plugin_LTLIBRARIES = liborg-gnome-calendar-http.la liborg_gnome_calendar_http_la_SOURCES = calendar-http.c -liborg_gnome_calendar_http_la_LDFLAGS = -module -avoid-version +liborg_gnome_calendar_http_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) +liborg_gnome_calendar_http_la_LIBADD = \ + $(EVOLUTION_CALENDAR_LIBS) EXTRA_DIST = org-gnome-calendar-http.eplug.xml -- cgit v1.2.3