summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-08-19 09:22:49 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-08-19 09:22:49 +0100
commit6c9afb4db35168cc699ff0aa2e56b127f3706083 (patch)
tree11151662f3064ddf9e6e7997a356bc49e382e5f0
parent041158c4fe36c4af6d56cd4445946d7f5e5be57d (diff)
downloadlibnice-6c9afb4db35168cc699ff0aa2e56b127f3706083.tar.gz
build: Fix multiple definition of CLEANFILES
It’s already defined in common.mk.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 21402e8..896c751 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ win32/vs9/libnice.def: nice/libnice.sym
echo "stun_debug_bytes"; \
echo "stun_hash_creds") > $@
-CLEANFILES = win32/vs9/libnice.def
+CLEANFILES += win32/vs9/libnice.def
lcov:
find -name '*.gcda' -delete