diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-08-03 05:22:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-08-03 05:22:47 +0800 |
commit | ed7261a7433bf452d95bbe8e015d3e87a1b4a356 (patch) | |
tree | c0f207c5752370c17a26da76afe4b13351e63008 /doc/reference | |
parent | b5299135f67ca5cf5f2bf12cad51049b90287776 (diff) | |
download | gsoc2013-evolution-ed7261a7433bf452d95bbe8e015d3e87a1b4a356.tar.gz gsoc2013-evolution-ed7261a7433bf452d95bbe8e015d3e87a1b4a356.tar.zst gsoc2013-evolution-ed7261a7433bf452d95bbe8e015d3e87a1b4a356.zip |
Fix linker flags for API documentation.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | 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 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 |