[evolution] Fix linker flags for API documentation.



commit ed7261a7433bf452d95bbe8e015d3e87a1b4a356
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Aug 2 17:22:47 2010 -0400

    Fix linker flags for API documentation.

 doc/reference/shell/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am
index 931db22..52134ab 100644
--- a/doc/reference/shell/Makefile.am
+++ b/doc/reference/shell/Makefile.am
@@ -51,7 +51,8 @@ expand_content_files=
 GTKDOC_CFLAGS= \
 	-I$(top_builddir)						\
 	-I$(top_srcdir)							\
-	-I$(SHELL_CFLAGS)
+	$(SHELL_CFLAGS)							\
+	$(EVOLUTION_DATA_SERVER_CFLAGS)
 GTKDOC_LIBS=								\
 	$(top_builddir)/shell/libeshell.la				\
 	$(top_builddir)/e-util/libeutil.la				\
@@ -60,9 +61,8 @@ GTKDOC_LIBS=								\
 	$(top_builddir)/smclient/libeggdesktopfile.la			\
 	$(top_builddir)/widgets/menus/libmenus.la			\
 	$(top_builddir)/widgets/misc/libemiscwidgets.la			\
-	-ledataserver-1.2						\
-	-ledataserverui-1.2						\
-	$(SHELL_LIBS)
+	$(SHELL_LIBS)							\
+	$(EVOLUTION_DATA_SERVER_LIBS)
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]