diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 11:03:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 11:03:04 -0600 |
commit | cec350b1d24eeeb308fd02846bf637d4ec92fbb5 (patch) | |
tree | 1feb2b5bf966ab936d3bfa0c8598ce50e3651612 /tools | |
parent | a66d4b41bfd368a4ac3c25be748cf64203147007 (diff) | |
parent | 5df1c8111987669e7f450141b50f056dc30cb4f9 (diff) | |
download | libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.tar.gz libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.tar.bz2 libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.zip |
Import upstream version 0.3.101
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 7 | ||||
-rw-r--r-- | tools/testapp/Makefile.in | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 64c2fa5..fb008b5 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -40,12 +40,7 @@ libexec_PROGRAMS = dbusmenu-dumper$(EXEEXT) subdir = tools DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -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__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/tools/testapp/Makefile.in b/tools/testapp/Makefile.in index ae9b152..2d8311a 100644 --- a/tools/testapp/Makefile.in +++ b/tools/testapp/Makefile.in @@ -38,12 +38,7 @@ 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)/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__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |