aboutsummaryrefslogtreecommitdiff
path: root/tools/testapp/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 10:28:41 -0600
committerTed Gould <ted@gould.cx>2010-12-08 10:28:41 -0600
commit19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c (patch)
tree134d6edb6fe8a925680c09ad5f83be3ae8267276 /tools/testapp/Makefile.in
parentbdb286fb7bdbf81d63c0c592beb5bbb94e1a82ae (diff)
parent29393d8e8816ac771286a47a854dd96138a4a236 (diff)
downloadlibdbusmenu-19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c.tar.gz
libdbusmenu-19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c.tar.bz2
libdbusmenu-19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c.zip
* Upstream Merge
* Porting from dbus-glib to GDBus * debian/*.install: Changing to be the 0.4 version of the dbusmenu API of all the filenames and paths. * Autogen
Diffstat (limited to 'tools/testapp/Makefile.in')
-rw-r--r--tools/testapp/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/testapp/Makefile.in b/tools/testapp/Makefile.in
index 8a7a441..387c6bb 100644
--- a/tools/testapp/Makefile.in
+++ b/tools/testapp/Makefile.in
@@ -38,7 +38,12 @@ libexec_PROGRAMS = dbusmenu-testapp$(EXEEXT)
subdir = tools/testapp
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
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
@@ -207,6 +212,7 @@ USE_NLS = @USE_NLS@
VALA_API_GEN = @VALA_API_GEN@
VERSION = @VERSION@
XGETTEXT = @XGETTEXT@
+XSLT_PROC = @XSLT_PROC@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@