diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 14:52:41 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 14:52:41 -0500 |
commit | 2c4628f0647760d314a70d227c88005aa4e89017 (patch) | |
tree | 9c83ede4648c8e7506c6f297f7997b8eefa4f036 /docs/reference/Makefile.in | |
parent | 996677f97a04275f47fcc3c540ed7df5333677fe (diff) | |
parent | 0ef39fd36500773506b9571cc9475874850a35f1 (diff) | |
download | libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.tar.gz libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.tar.bz2 libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.zip |
* New upstream release.
* Fix include with Dbusmenu 0.5.90
* Fix GTK3 include paths in pkgconfig file (LP: #869373)
* Add title property (LP: #923971)
* Don't specify pyglib-2.0-python2.6 in LDFLAGS
* fix fallback icon of the GtkStatusIcon (LP: #820080)
* debian/control: Dbusmneu Dep to 0.5.90
* deibna/*symbols: Updated to add [set|get]_title functions
Diffstat (limited to 'docs/reference/Makefile.in')
-rw-r--r-- | docs/reference/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/Makefile.in b/docs/reference/Makefile.in index c7f0aba..a95d9ac 100644 --- a/docs/reference/Makefile.in +++ b/docs/reference/Makefile.in @@ -144,6 +144,8 @@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@ MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@ +MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@ +MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ NUNIT_CFLAGS = @NUNIT_CFLAGS@ |