From ed7261a7433bf452d95bbe8e015d3e87a1b4a356 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 2 Aug 2010 17:22:47 -0400 Subject: Fix linker flags for API documentation. --- doc/reference/shell/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/reference/shell') diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index 931db22b27..52134aba8f 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 -- cgit v1.2.3