aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-08-10 06:40:59 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-08-10 06:40:59 +0800
commit87b5dad7187dedfe102ef23508e93618c6552703 (patch)
treec07ccbfde94143890a0425a1b1baf6b79d753758
parentfff0f5eec345436eb23a5d97593c72196572afec (diff)
downloadgsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.tar
gsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.tar.gz
gsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.tar.bz2
gsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.tar.lz
gsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.tar.xz
gsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.tar.zst
gsoc2013-evolution-87b5dad7187dedfe102ef23508e93618c6552703.zip
Use privsolib instead of privlib (no difference on Unix, on Win32
2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (no difference on Unix, on Win32 privsolib means lib). Use NO_UNDEFINED. Link with libeabutil.la. svn path=/trunk/; revision=30059
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/importers/Makefile.am5
2 files changed, 10 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f215393e2a..24d104a715 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-10 Tor Lillqvist <tml@novell.com>
+
+ * importers/Makefile.am: Use privsolib instead of privlib (no
+ difference on Unix, on Win32 privsolib means lib). Use
+ NO_UNDEFINED. Link with libeabutil.la.
+
2005-03-05 Sushma Rai <rsushma@novell.com>
* gui/widgets/eab-contact-display.c (render_contact): Using
diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am
index 02f8e366ff..a33f851ea6 100644
--- a/addressbook/importers/Makefile.am
+++ b/addressbook/importers/Makefile.am
@@ -1,5 +1,5 @@
-privlib_LTLIBRARIES = \
+privsolib_LTLIBRARIES = \
libevolution-addressbook-importers.la
INCLUDES = \
@@ -16,6 +16,9 @@ libevolution_addressbook_importers_la_SOURCES = \
evolution-vcard-importer.c \
evolution-addressbook-importers.h
+libevolution_addressbook_importers_la_LDFLAGS = $(NO_UNDEFINED)
+
libevolution_addressbook_importers_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/addressbook/util/libeabutil.la \
$(IMPORTERS_LIBS)