mghttpd: Install header file

This commit is contained in:
Sebastian Huber
2015-05-20 11:14:01 +02:00
parent b14fd1fcba
commit 32bbd337ae
2 changed files with 4 additions and 0 deletions

View File

@@ -276,6 +276,8 @@ class ModuleManager(builder.ModuleManager):
'\tcd rtemsbsd/include ; for i in `find . -type d` ; do \\\n' \
'\t install -d $(INCLUDE_DIR)/$$i ; \\\n' \
'\t install -m 644 $$i/*.h $(INCLUDE_DIR)/$$i ; done\n' \
'\tinstall -d $(INCLUDE_DIR)/mghttpd\n' \
'\tinstall -m 644 rtemsbsd/mghttpd/mongoose.h $(INCLUDE_DIR)/mghttpd\n' \
'\tcd freebsd/include ; for i in `find . -type d` ; do \\\n' \
'\t install -d $(INCLUDE_DIR)/$$i ; \\\n' \
'\t install -m 644 $$i/*.h $(INCLUDE_DIR)/$$i ; done\n' \