diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-17 00:11:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 10:52:36 +0800 |
commit | a538f3f3100dbdbae1ea172ae3b8344e650d529d (patch) | |
tree | f1f8b15c56dbe92e46352853373382af9bf92de0 /doc | |
parent | d8fd55f9ec0e70a0d5c8529ea989f8c272d0c443 (diff) | |
download | gsoc2013-evolution-a538f3f3100dbdbae1ea172ae3b8344e650d529d.tar.gz gsoc2013-evolution-a538f3f3100dbdbae1ea172ae3b8344e650d529d.tar.zst gsoc2013-evolution-a538f3f3100dbdbae1ea172ae3b8344e650d529d.zip |
Fix several types of pedantic compiler warnings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index 95e6b09565..69d047b6d3 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -66,21 +66,21 @@ INCLUDES= \ -I$(top_srcdir) \ -I$(SHELL_CFLAGS) GTKDOC_LIBS= \ - $(top_builddir)/shell/e-shell.o \ - $(top_builddir)/shell/e-shell-importer.o \ - $(top_builddir)/shell/e-shell-migrate.o \ - $(top_builddir)/shell/e-shell-nm.o \ - $(top_builddir)/shell/e-shell-window-private.o \ - $(top_builddir)/shell/es-event.o \ + $(top_builddir)/shell/.libs/e-shell.o \ $(top_builddir)/shell/.libs/e-shell-backend.o \ $(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 \ $(top_builddir)/shell/.libs/e-shell-taskbar.o \ $(top_builddir)/shell/.libs/e-shell-view.o \ $(top_builddir)/shell/.libs/e-shell-window-actions.o \ + $(top_builddir)/shell/.libs/e-shell-window-private.o \ $(top_builddir)/shell/.libs/e-shell-window.o \ + $(top_builddir)/shell/.libs/es-event.o \ $(top_builddir)/e-util/.libs/e-bconf-map.o \ $(top_builddir)/e-util/.libs/e-binding.o \ $(top_builddir)/e-util/.libs/e-dialog-utils.o \ @@ -97,6 +97,7 @@ GTKDOC_LIBS= \ $(top_builddir)/e-util/.libs/e-plugin-ui.o \ $(top_builddir)/e-util/.libs/e-popup.o \ $(top_builddir)/e-util/.libs/e-print.o \ + $(top_builddir)/e-util/.libs/e-unicode.o \ $(top_builddir)/e-util/.libs/e-util.o \ $(top_builddir)/e-util/.libs/e-xml-utils.o \ $(top_builddir)/e-util/.libs/gconf-bridge.o \ @@ -129,7 +130,6 @@ GTKDOC_LIBS= \ $(top_builddir)/widgets/misc/.libs/e-popup-menu.o \ $(top_builddir)/widgets/misc/.libs/e-preferences-window.o \ $(top_builddir)/widgets/misc/.libs/e-spinner.o \ - $(top_builddir)/widgets/misc/.libs/e-unicode.o \ -ledataserver-1.2 \ -ledataserverui-1.2 \ $(SHELL_LIBS) |