diff options
author | Richard Hughes <richard@hughsie.com> | 2011-06-13 14:05:57 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2011-06-13 14:05:57 +0100 |
commit | 3de26f73543f8e42839bcd02bdc4dcff8f3c954a (patch) | |
tree | bf6265e255ed7dbeecb4305403c954580c6983f2 /src | |
parent | 4a35ddc01ff255f822ae5ba4914141e50ade8634 (diff) | |
download | colord-3de26f73543f8e42839bcd02bdc4dcff8f3c954a.tar.gz |
trivial: clean the sensor test programs on 'make clean'
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2ed2ccf..1ffbf6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -198,6 +198,8 @@ cd_sensor_dump_LDADD = \ cd_sensor_dump_CFLAGS = \ $(WARNINGFLAGS_C) +CLEANFILES = $(noinst_PROGRAMS) + endif if HAVE_GUDEV |