summaryrefslogtreecommitdiffstats
path: root/makefile.py
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.py')
-rwxr-xr-xmakefile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.py b/makefile.py
index ad0c734a..ea041bdc 100755
--- a/makefile.py
+++ b/makefile.py
@@ -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' \