diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 13:54:54 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 13:54:54 -0500 |
commit | 468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0 (patch) | |
tree | 3e89a157af291569c2f48e27063832fbeb6e0cee /src/Makefile.in | |
parent | 47aa858c1685343913f14629ef48e50f699d27e7 (diff) | |
parent | 0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (diff) | |
download | libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.tar.gz libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.tar.bz2 libayatana-appindicator-468ac3c0d48a74e4a908d7f49ab9ef1559a9ece0.zip |
* New upstream release.
* Adding label support into the library
* Adding label support into the indicator
* Allow the icon theme path to be changed dynamically (LP: #607831)
* Rebuild with the new gobject introspection
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b0ceb16..1078794 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -80,11 +80,8 @@ libexec_PROGRAMS = indicator-application-service$(EXEEXT) @HAVE_INTROSPECTION_TRUE@ $(vapi_DATA) subdir = src 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 |