[rtems-libbsd commit] mghttpd: Install header file
Sebastian Huber
sebh at rtems.org
Wed May 20 09:14:57 UTC 2015
Module: rtems-libbsd
Branch: master
Commit: 32bbd337ae29627c88dcdf6882e02e5a8d1b6f98
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=32bbd337ae29627c88dcdf6882e02e5a8d1b6f98
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed May 20 11:14:01 2015 +0200
mghttpd: Install header file
---
Makefile | 2 ++
makefile.py | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 4f7d78b..0e55577 100644
--- a/Makefile
+++ b/Makefile
@@ -1579,6 +1579,8 @@ install: $(LIB)
cd rtemsbsd/include ; for i in `find . -type d` ; do \
install -d $(INCLUDE_DIR)/$$i ; \
install -m 644 $$i/*.h $(INCLUDE_DIR)/$$i ; done
+ install -d $(INCLUDE_DIR)/mghttpd
+ install -m 644 rtemsbsd/mghttpd/mongoose.h $(INCLUDE_DIR)/mghttpd
cd freebsd/include ; for i in `find . -type d` ; do \
install -d $(INCLUDE_DIR)/$$i ; \
install -m 644 $$i/*.h $(INCLUDE_DIR)/$$i ; done
diff --git a/makefile.py b/makefile.py
index ad0c734..ea041bd 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' \
More information about the vc
mailing list