commit | 5ae1e70d16d598c3f2750bb5ec59394ec71cf841 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Nov 23 10:10:06 2015 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Nov 23 10:10:06 2015 +0100 |
tree | 7b74faeae5b51a1a2de7ab16d06378b173c35a85 | |
parent | 7436f5145f1370766204bd18accb32e316cf26e7 [diff] [blame] |
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)