diff options
| author | Ted Gould <ted@gould.cx> | 2010-05-20 13:54:47 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-05-20 13:54:47 -0500 |
| commit | 0d1146440b9f386fc521d08d97fc1c6643339adc (patch) | |
| tree | ed1927abd138f8dcb18be088c946e14bf26f63bc /Makefile.in | |
| parent | 2fd9f0d0c632cb9cb0cff3a843a4871109dee6ef (diff) | |
| parent | cc2773830760a016ec1b5c5af230fcd9114d267c (diff) | |
| download | libdbusmenu-0d1146440b9f386fc521d08d97fc1c6643339adc.tar.gz libdbusmenu-0d1146440b9f386fc521d08d97fc1c6643339adc.tar.bz2 libdbusmenu-0d1146440b9f386fc521d08d97fc1c6643339adc.zip | |
* Upstream Merge
* Fixing up VAPI files to build them correctly
* Fix documentation title page
* Reject text nodes early (warnings with Qt integration)
* Autogen
* debian/libdbusmenu-glib-dev.install: Updating gir and vapi file
names for package list.
* debian/gir1.0-dbusmenu-glib-0.2.install: Changing the name of the
typelib file.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6c49a81..b346576 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,11 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ compile config.guess config.sub depcomp install-sh ltmain.sh \ missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(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) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
