diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:34:20 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:34:20 -0500 |
commit | a83d65cd02023cdddb6f1455f1a9877c85bd84ea (patch) | |
tree | 9225a9b221d16cceae948cf8c528e2fe89ef2c9b /bindings/python | |
parent | a9d343cf51cb3595491cfcbc6c9686b049c30160 (diff) | |
parent | 26b952114c696b0f373d848c6de6b1c9bd937b46 (diff) | |
download | libayatana-appindicator-a83d65cd02023cdddb6f1455f1a9877c85bd84ea.tar.gz libayatana-appindicator-a83d65cd02023cdddb6f1455f1a9877c85bd84ea.tar.bz2 libayatana-appindicator-a83d65cd02023cdddb6f1455f1a9877c85bd84ea.zip |
releasing version 0.2.95-0ubuntu10.2.95-0ubuntu1
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bindings/python/Makefile.in b/bindings/python/Makefile.in index 419334b..a015afd 100644 --- a/bindings/python/Makefile.in +++ b/bindings/python/Makefile.in @@ -39,11 +39,8 @@ subdir = bindings/python DIST_COMMON = $(pkgappindicator_PYTHON) $(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 @@ -230,6 +227,7 @@ SHELL = @SHELL@ STRIP = @STRIP@ TESTDEPS_CFLAGS = @TESTDEPS_CFLAGS@ TESTDEPS_LIBS = @TESTDEPS_LIBS@ +VALAC = @VALAC@ VALA_API_GEN = @VALA_API_GEN@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ |