diff options
author | Ted Gould <ted@gould.cx> | 2011-04-25 15:11:35 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-25 15:11:35 -0500 |
commit | f693b534ce214558757c202e3bb945364209c067 (patch) | |
tree | 0c11d0f297792c479f48ee8f552568c13d3db576 /docs/libdbusmenu-glib/reference/Makefile.in | |
parent | a35975270bc24b0f7d26f431c14be2ec054cdce7 (diff) | |
parent | ddd6e111fef609b37ab31198e3494c4b0873ee2e (diff) | |
download | libdbusmenu-f693b534ce214558757c202e3bb945364209c067.tar.gz libdbusmenu-f693b534ce214558757c202e3bb945364209c067.tar.bz2 libdbusmenu-f693b534ce214558757c202e3bb945364209c067.zip |
* New upstream release.
- Fix a typo in the signal name to make it match the XML
files (LP: #641209)
- Ref'ing the server for the entire time we're getting the
bus (LP: #738568)
- Watch additions/removals from submenus that get added
- Activate new toplevel menu items as they get added
- Make sure we don't activate toplevel children that aren't
menu items or don't have submenus (LP: #761112)
Diffstat (limited to 'docs/libdbusmenu-glib/reference/Makefile.in')
-rw-r--r-- | docs/libdbusmenu-glib/reference/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.in b/docs/libdbusmenu-glib/reference/Makefile.in index 96b09f1..a475a64 100644 --- a/docs/libdbusmenu-glib/reference/Makefile.in +++ b/docs/libdbusmenu-glib/reference/Makefile.in @@ -43,7 +43,12 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/version.xml.in $(top_srcdir)/gtk-doc.local.make subdir = docs/libdbusmenu-glib/reference ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |