~ubuntu-branches/ubuntu/maverick/libdbusmenu/maverick

« back to all changes in this revision

Viewing changes to docs/libdbusmenu-gtk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-08-02 20:28:58 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20100802202858-n5pxge6w7padkqoe
Tags: 0.3.9-0ubuntu1
* New upstream release.
  * Making it so that properties are requested bredth first
  * Globbing layout signaling from the server
  * Globbing property requests into group requests (LP: #604670)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = docs/libdbusmenu-gtk
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
40
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
41
 
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
42
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44
 
        $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
41
        $(ACLOCAL_M4)
47
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
197
192
PACKAGE_VERSION = @PACKAGE_VERSION@
198
193
PATH_SEPARATOR = @PATH_SEPARATOR@
199
194
PKG_CONFIG = @PKG_CONFIG@
200
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
201
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
202
195
POFILES = @POFILES@
203
196
POSUB = @POSUB@
204
197
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@