diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 14:41:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 14:41:17 -0600 |
commit | 57f1cab18bd5cf92612988f66ce2fed7df9cfdf4 (patch) | |
tree | 9d2e8fff9c4df70c102b3bfe22c0cc15848222ad /Makefile.in | |
parent | 6516e720bded3ad85f051ebb8d6db926596a2ca6 (diff) | |
parent | 7256c1864e94cf172a4c487a5f434e58f6f71666 (diff) | |
download | libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.tar.gz libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.tar.bz2 libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.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)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 1880394..2b9db25 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,6 +33,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +@WANT_TESTS_TRUE@am__append_1 = tests subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ @@ -75,7 +76,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = src bindings example docs tests DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -190,6 +191,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@ @@ -285,13 +288,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = \ - src \ - bindings \ - example \ - tests \ - docs - +SUBDIRS = src bindings example docs $(am__append_1) EXTRA_DIST = \ m4/introspection.m4 \ gtk-doc.make \ |