aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-20 00:02:09 -0500
committerTed Gould <ted@gould.cx>2011-09-20 00:02:09 -0500
commitc808cc90d518f9b010d937a13a8db0e8018fa9fd (patch)
tree27f576440a677c19c7610a408b27ee70b5d5e4d9 /tools/Makefile.in
parent549dcbddf1b835ba18a259f15669a29d9660ccf3 (diff)
parent451acabd0340c1f0196ec0fe8a6ef62ead4e77f9 (diff)
downloadlibdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.gz
libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.bz2
libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.zip
Import upstream version 0.4.94
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 233231e..6675979 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -36,17 +36,24 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-libexec_PROGRAMS = dbusmenu-dumper$(EXEEXT)
+libexec_PROGRAMS = $(am__EXEEXT_1)
+@WANT_DBUSMENUDUMPER_TRUE@am__append_1 = dbusmenu-dumper
subdir = tools
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
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
+@WANT_DBUSMENUDUMPER_TRUE@am__EXEEXT_1 = dbusmenu-dumper$(EXEEXT)
am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(libexecdir)" \
"$(DESTDIR)$(docdir)"
PROGRAMS = $(libexec_PROGRAMS)
@@ -201,6 +208,8 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GREP = @GREP@
GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
HELP_DIR = @HELP_DIR@