make/install.mk

changeset 91
fac51f87def0
parent 61
c858850f3d3a
child 175
9823770ba4ee
--- a/make/install.mk	Wed Jul 31 13:02:06 2013 +0200
+++ b/make/install.mk	Sun Sep 08 23:27:07 2013 +0200
@@ -45,9 +45,8 @@
 	cp ../templates/config/acl.conf $(INSTALL_DIR)/config/acl.conf
 	sed s:%%WS_HOST%%:$(HOST):g ../templates/config/server.template > $(INSTALL_DIR)/config/server.conf
 	@echo "copy binaries"
-	mv ../work/bin/webservd ../work/bin/webservd.bin
-	cp ../work/bin/webservd.bin $(INSTALL_DIR)/bin/webservd
-	rm ../work/bin/webservd.bin
+	cp ../build/bin/webservd$(APP_EXT) $(INSTALL_DIR)/bin/
+	cp ../build/lib/libucx$(LIB_EXT) $(INSTALL_DIR)/lib/
 	@echo "copy includes"
 	cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h
 	cp ../src/server/public/auth.h $(INSTALL_DIR)/include/auth.h

mercurial