evolution-exchange r1637 - in trunk: . camel
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-exchange r1637 - in trunk: . camel
- Date: Thu, 8 May 2008 01:53:39 +0100 (BST)
Author: tml
Date: Thu May 8 00:53:39 2008
New Revision: 1637
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1637&view=rev
Log:
2008-05-08 Tor Lillqvist <tml novell com>
* camel/Makefile.am: Pass also PREFIX to the compiler. Use
-no-undefined on Windows. Link with SOCKET_LIBS and PTHREAD_LIB.
Modified:
trunk/ChangeLog
trunk/camel/Makefile.am
Modified: trunk/camel/Makefile.am
==============================================================================
--- trunk/camel/Makefile.am (original)
+++ trunk/camel/Makefile.am Thu May 8 00:53:39 2008
@@ -9,6 +9,7 @@
$(CAMEL_CFLAGS) \
$(SHELL_CFLAGS) \
$(LIBEXCHANGE_CFLAGS) \
+ -DPREFIX=\"$(prefix)\" \
-DCONNECTOR_LOCALEDIR=\"$(localedir)\" \
-DG_LOG_DOMAIN=\"camel-exchange-provider\"
@@ -34,11 +35,13 @@
camel-stub-marshal.h \
camel-stub.h
-libcamelexchange_la_LDFLAGS = -avoid-version -module
+libcamelexchange_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
libcamelexchange_la_LIBADD = \
$(LDAP_LIBS) \
$(LIBEXCHANGE_LIBS) \
- $(EXCHANGE_STORAGE_LIBS)
+ $(EXCHANGE_STORAGE_LIBS) \
+ $(SOCKET_LIBS) \
+ $(PTHREAD_LIB)
EXTRA_DIST = libcamelexchange.urls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]