diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-08-17 21:38:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-17 21:38:23 +0800 |
commit | 1eab1eeaeb5cf5947f931ce2a9a16779e4d0662b (patch) | |
tree | 7a97bc8c6129d40cd452c80007d8469ccf96cf61 /doc | |
parent | 2a8e2030e46b63a9cac0cd5d3017fd9d73a57407 (diff) | |
download | gsoc2013-evolution-1eab1eeaeb5cf5947f931ce2a9a16779e4d0662b.tar.gz gsoc2013-evolution-1eab1eeaeb5cf5947f931ce2a9a16779e4d0662b.tar.zst gsoc2013-evolution-1eab1eeaeb5cf5947f931ce2a9a16779e4d0662b.zip |
BugĀ 591755 - Gtk-Doc build failure when NM support disabled
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index ccf96afa90..50497a7824 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -71,7 +71,6 @@ GTKDOC_LIBS= \ $(top_builddir)/shell/.libs/e-shell-content.o \ $(top_builddir)/shell/.libs/e-shell-importer.o \ $(top_builddir)/shell/.libs/e-shell-migrate.o \ - $(top_builddir)/shell/.libs/e-shell-nm.o \ $(top_builddir)/shell/.libs/e-shell-settings.o \ $(top_builddir)/shell/.libs/e-shell-sidebar.o \ $(top_builddir)/shell/.libs/e-shell-switcher.o \ @@ -137,6 +136,11 @@ GTKDOC_LIBS= \ -ledataserverui-1.2 \ $(SHELL_LIBS) +if NM_SUPPORT +GTKDOC_LIBS += \ + $(top_builddir)/shell/.libs/e-shell-nm.o +endif + # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |