diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 15:01:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 15:01:25 -0600 |
commit | 4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0 (patch) | |
tree | 2196146a7095b54e92b2df67806e92e5feef1e52 /bindings/Makefile.in | |
parent | a9814d5d7acde62dd8f5cf3424f795bb4c977dd1 (diff) | |
download | libayatana-appindicator-4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0.tar.gz libayatana-appindicator-4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0.tar.bz2 libayatana-appindicator-4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0.zip |
Getting closer to the tarball
Diffstat (limited to 'bindings/Makefile.in')
-rw-r--r-- | bindings/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bindings/Makefile.in b/bindings/Makefile.in index e9ae1e6..5e4e657 100644 --- a/bindings/Makefile.in +++ b/bindings/Makefile.in @@ -36,11 +36,8 @@ host_triplet = @host@ subdir = bindings DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.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)/acinclude.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |