patches/evolution-data-server-08-groupwise-makefile.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17455 171c81b27ada
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- evolution-data-server-2.29.6/servers/groupwise/Makefile.am.orig	2010-01-27 14:41:01.201200494 +0800
+++ evolution-data-server-2.29.6/servers/groupwise/Makefile.am	2010-01-27 14:40:42.520525244 +0800
@@ -1,4 +1,4 @@
-#noinst_PROGRAMS = create-account soap-test
+noinst_PROGRAMS = create-account soap-test
 
 SERVERS_GROUPWISE_CPPFLAGS= \
 	-DG_LOG_DOMAIN=\"libegroupwise\"		\
@@ -20,7 +20,8 @@
 	$(top_builddir)/libedataserver/libedataserver-1.2.la	\
 	$(SOUP_LIBS)						\
 	libegroupwise-1.2.la					\
-	$(E_DATA_SERVER_LIBS)
+	$(E_DATA_SERVER_LIBS)					\
+	-lgthread-2.0
 
 build-timestamp.h : $(top_builddir)/config.h
 	echo "const char *build_timestamp = \"Evolution-Data-Server-@BASE_VERSION@-`date +%F`\";" > $@