aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_server/Makefile
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-12-15 09:39:53 +0100
committerIngela Anderton Andin <[email protected]>2015-12-15 09:39:53 +0100
commit8feea6e7ff910a32accb5587a2245f5725d7b38c (patch)
tree99ec0f36ca36158741f1e1aa0d300811440c2e7b /lib/inets/src/http_server/Makefile
parent11d8c318f721c58658ece9a37b29631271b8c61f (diff)
parent4ba8b8b69f18e642dc430746cd5857ec34a47aeb (diff)
downloadotp-8feea6e7ff910a32accb5587a2245f5725d7b38c.tar.gz
otp-8feea6e7ff910a32accb5587a2245f5725d7b38c.tar.bz2
otp-8feea6e7ff910a32accb5587a2245f5725d7b38c.zip
Merge branch 'ia/inets/dialyzer-custom' into maint
* ia/inets/dialyzer-custom: inets: Include behaviour modules in install target inets: Fix dialyzer warning
Diffstat (limited to 'lib/inets/src/http_server/Makefile')
-rw-r--r--lib/inets/src/http_server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_server/Makefile b/lib/inets/src/http_server/Makefile
index b9f2290289..1c05d454a5 100644
--- a/lib/inets/src/http_server/Makefile
+++ b/lib/inets/src/http_server/Makefile
@@ -137,7 +137,7 @@ release_spec: opt
$(INSTALL_DIR) "$(RELSYSDIR)/src/http_server"
$(INSTALL_DATA) $(HRL_FILES) $(ERL_FILES) "$(RELSYSDIR)/src/http_server"
$(INSTALL_DIR) "$(RELSYSDIR)/ebin"
- $(INSTALL_DATA) $(TARGET_FILES) "$(RELSYSDIR)/ebin"
+ $(INSTALL_DATA) $(TARGET_FILES) $(BEHAVIOUR_TARGET_FILES) "$(RELSYSDIR)/ebin"
release_docs_spec: