BUILD do not remove test-client on clean if it isn't built on make
diff --git a/src/Makefile.am b/src/Makefile.am
index 9c79f2a..79dcd05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@
 	$(CC) $(CFLAGS) -o $@ $(srcdir)/mod_netconf.c $(srcdir)/notification-server.c $(LIBS)
 
 clean-local:
-	rm -rf .libs *.la *.lo *.slo test-client webgui-backend
+	rm -rf .libs *.la *.lo *.slo webgui-backend
 
 distclean-local:
 	rm -rf $(RPMDIR)