make/install.mk

changeset 61
c858850f3d3a
parent 46
636e05eb48f6
child 91
fac51f87def0
--- a/make/install.mk	Mon May 06 14:54:40 2013 +0200
+++ b/make/install.mk	Thu May 09 13:19:51 2013 +0200
@@ -42,6 +42,7 @@
 	cp ../templates/config/init.conf $(INSTALL_DIR)/config/init.conf
 	cp ../templates/config/obj.conf $(INSTALL_DIR)/config/obj.conf
 	cp ../templates/config/mime.types $(INSTALL_DIR)/config/mime.types
+	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
@@ -49,6 +50,10 @@
 	rm ../work/bin/webservd.bin
 	@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
+	cp ../src/server/public/acl.h $(INSTALL_DIR)/include/acl.h
+	cp ../src/server/public/vfs.h $(INSTALL_DIR)/include/vfs.h
+	cp ../src/server/public/webdav.h $(INSTALL_DIR)/include/webdav.h
 	@echo "copy scripts"
 	sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/startserv.template > $(INSTALL_DIR)/bin/startserv
 	chmod +x $(INSTALL_DIR)/bin/startserv

mercurial