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

« back to all changes in this revision

Viewing changes to tools/testapp/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:
38
38
subdir = tools/testapp
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
42
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
43
 
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
44
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46
 
        $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
43
        $(ACLOCAL_M4)
49
44
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@