build: Fix multiple definition of CLEANFILES
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 19 Aug 2015 08:22:49 +0000 (09:22 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 19 Aug 2015 08:22:49 +0000 (09:22 +0100)
It’s already defined in common.mk.

Makefile.am

index 21402e8..896c751 100644 (file)
@@ -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