diff options
author | Tor Lillqvist <tml@novell.com> | 2005-08-10 06:46:27 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-10 06:46:27 +0800 |
commit | 660d7f8ba193b8ca8a65a66986e8a62f0cbda9e1 (patch) | |
tree | 511b9243a154c724c8e34e0a29b798d50c8df643 | |
parent | 87b5dad7187dedfe102ef23508e93618c6552703 (diff) | |
download | gsoc2013-evolution-660d7f8ba193b8ca8a65a66986e8a62f0cbda9e1.tar.gz gsoc2013-evolution-660d7f8ba193b8ca8a65a66986e8a62f0cbda9e1.tar.zst gsoc2013-evolution-660d7f8ba193b8ca8a65a66986e8a62f0cbda9e1.zip |
Use privsolib instead of privlib (they are the same on Unix, on Win32
2005-08-10 Tor Lillqvist <tml@novell.com>
* 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
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <tml@novell.com> + + * 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 <pchenthill@novell.com> * 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 \ |