Link with libedataserver because of the e-proxy functions.
authorTor Lillqvist <tml@novell.com>
Thu, 12 Jun 2008 20:08:35 +0000 (20:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 12 Jun 2008 20:08:35 +0000 (20:08 +0000)
2008-06-12  Tor Lillqvist  <tml@novell.com>

* Makefile.am (libegroupwise_1_2_la_LIBADD): Link with
libedataserver because of the e-proxy functions.

svn path=/trunk/; revision=8973

servers/groupwise/ChangeLog
servers/groupwise/Makefile.am

index 7cfbc84..46ee22a 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-12  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am (libegroupwise_1_2_la_LIBADD): Link with
+       libedataserver because of the e-proxy functions.
+
 2008-06-02  Sankar P  <psankar@novell.com>
 
        * e-gw-connection.c: (e_gw_connection_send_message):
index c8f11ba..21c6021 100644 (file)
@@ -52,6 +52,7 @@ libegroupwise_1_2_la_SOURCES =                        \
        build-timestamp.h
 
 libegroupwise_1_2_la_LIBADD =                                          \
+       ../../libedataserver/libedataserver-1.2.la                      \
        $(E_DATA_SERVER_LIBS)                                           \
        $(SOUP_LIBS)