diff options
author | Ted Gould <ted@gould.cx> | 2012-04-04 15:05:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-04 15:05:17 -0500 |
commit | d5699dd78605298f38bb9735d49e7b6d2d10fbd4 (patch) | |
tree | 1b269e465b565e4dac25e82e51ded7b03230803f /Makefile.am | |
parent | 2339ba5c77501a9fd8c96e8521df1e4668352fca (diff) | |
parent | 826ae444af550eb23c04e151e512f67a72284dd7 (diff) | |
download | ayatana-indicator-printers-d5699dd78605298f38bb9735d49e7b6d2d10fbd4.tar.gz ayatana-indicator-printers-d5699dd78605298f38bb9735d49e7b6d2d10fbd4.tar.bz2 ayatana-indicator-printers-d5699dd78605298f38bb9735d49e7b6d2d10fbd4.zip |
* New upstream release.
* Add test coverage build targets
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f90feae..8775921 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,3 +2,5 @@ SUBDIRS = src data test po DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall + +include $(top_srcdir)/Makefile.am.coverage |