diff options
author | Ted Gould <ted@gould.cx> | 2012-02-08 11:31:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-08 11:31:48 -0600 |
commit | 44cc6e756788f6ec37343c93c178227b2b6d3ba1 (patch) | |
tree | a0fceab985ea86b78bb9557a1f875bf0ee4758c4 /tests/Makefile.in | |
parent | e548f851004dbb18360408c04c61a66a5ffc80fd (diff) | |
parent | 22965953b89a0ed229c9009a2750c573d82acfee (diff) | |
download | ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.gz ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.bz2 ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.zip |
* New upstream release.
* Adding in a code coverage based build target
* Fixing useless variable setting
* Fixing variant usage
* Adding support for the Title property
* Fixing to work with Dbusmenu 0.5.90
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 1c51acd..e4c53c6 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -37,7 +37,10 @@ check_PROGRAMS = test-approver$(EXEEXT) subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ +am__aclocal_m4_deps = $(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)/m4/gcov.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -104,6 +107,9 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +COVERAGE_CFLAGS = @COVERAGE_CFLAGS@ +COVERAGE_CXXFLAGS = @COVERAGE_CXXFLAGS@ +COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -119,6 +125,8 @@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ +GCOVR = @GCOVR@ +GENHTML = @GENHTML@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_MKENUMS = @GLIB_MKENUMS@ GREP = @GREP@ @@ -131,6 +139,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ @@ -164,6 +173,7 @@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ +SHTOOL = @SHTOOL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ |