From 660d7f8ba193b8ca8a65a66986e8a62f0cbda9e1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 9 Aug 2005 22:46:27 +0000 Subject: Use privsolib instead of privlib (they are the same on Unix, on Win32 2005-08-10 Tor Lillqvist * importers/Makefile.am: Use privsolib instead of privlib (they are the same on Unix, on Win32 privsolibdir is libdir). Use NO_UNDEFINED. svn path=/trunk/; revision=30060 --- calendar/ChangeLog | 6 ++++++ calendar/importers/Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 183ac8031d..5b4947683d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-08-10 Tor Lillqvist + + * importers/Makefile.am: Use privsolib instead of privlib (they + are the same on Unix, on Win32 privsolibdir is libdir). Use + NO_UNDEFINED. + 2005-08-10 Chenthill Palanisamy * gui/dialogs/comp-editor.c: (get_attachment_list), diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am index 5d84f66211..d45ad07e41 100644 --- a/calendar/importers/Makefile.am +++ b/calendar/importers/Makefile.am @@ -1,6 +1,4 @@ -importersdir = $(privlibdir) - -importers_LTLIBRARIES = libevolution-calendar-importers.la +privsolib_LTLIBRARIES = libevolution-calendar-importers.la INCLUDES = \ -DEVOLUTION_SOUNDDIR=\""$(soundsdir)"\" \ @@ -14,6 +12,8 @@ libevolution_calendar_importers_la_SOURCES = \ evolution-calendar-importer.h \ icalendar-importer.c +libevolution_calendar_importers_la_LDFLAGS = $(NO_UNDEFINED) + libevolution_calendar_importers_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/calendar/common/libevolution-calendarprivate.la \ -- cgit v1.2.3