diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-07-10 12:46:10 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-07-10 12:46:10 -0400 |
commit | 35c0347b5e5dacdd05dcb6938ab739b4b81faba8 (patch) | |
tree | 8c133d0bbf8801192399b2e3d3249f2ee68f53f5 /Makefile.am | |
parent | eea502023950db2cccdb1d4fa563b05316b64419 (diff) | |
download | dconf-35c0347b5e5dacdd05dcb6938ab739b4b81faba8.tar.gz |
Makefile.am: add lcov-trim.py to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cf81afb..b1f0ee1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ SUBDIRS += editor endif DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +EXTRA_DIST = trim-lcov.py .PHONY: lcov lcov-clean # use recursive makes in order to ignore errors during check |