diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 16:52:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 16:52:24 -0500 |
commit | 9871b47770fb7a5c20a6becb5b22171a0fedec49 (patch) | |
tree | 9ec733777aefc5de31928127ea3cd0be48179f7c /data | |
parent | 48d44ef735d45847dd46abcc51437d81d99aebd6 (diff) | |
parent | 63e76db59850f64c5ef1f5e766258e4c7583e9bd (diff) | |
download | ayatana-indicator-application-9871b47770fb7a5c20a6becb5b22171a0fedec49.tar.gz ayatana-indicator-application-9871b47770fb7a5c20a6becb5b22171a0fedec49.tar.bz2 ayatana-indicator-application-9871b47770fb7a5c20a6becb5b22171a0fedec49.zip |
* New upstream release.
* Memory leak (LP: #957992)
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index e943e8d..c2ae5d3 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -37,11 +37,8 @@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(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)/acinclude.m4 $(top_srcdir)/m4/gcov.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/m4/gcov.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |