aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-03-18 15:07:55 +0100
committerLukas Larsson <[email protected]>2016-03-18 15:07:55 +0100
commitb00fe8c7d5740f53bef4f7884d408052631c0cb5 (patch)
tree1b479fdb8ade0f4b7b3406f03673e1bd30e051d2 /lib/eldap/src
parent49aed19fc304ed28e46988099f2f13f8fa73d3d4 (diff)
parent8819f7a308834252c1c86d1690e97e5ed1ace9d9 (diff)
downloadotp-b00fe8c7d5740f53bef4f7884d408052631c0cb5.tar.gz
otp-b00fe8c7d5740f53bef4f7884d408052631c0cb5.tar.bz2
otp-b00fe8c7d5740f53bef4f7884d408052631c0cb5.zip
Merge branch 'lukas/eldap/asn1hrl/OTP-13426'
* lukas/eldap/asn1hrl/OTP-13426: eldap: Make sure to build out ASN.1 header
Diffstat (limited to 'lib/eldap/src')
-rw-r--r--lib/eldap/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/src/Makefile b/lib/eldap/src/Makefile
index cd3c102f55..d63b2fe8f5 100644
--- a/lib/eldap/src/Makefile
+++ b/lib/eldap/src/Makefile
@@ -98,7 +98,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
release_spec: opt
$(INSTALL_DIR) "$(RELSYSDIR)/ebin"
- $(INSTALL_DATA) $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) "$(RELSYSDIR)/ebin"
+ $(INSTALL_DATA) $(ASN1_HRL) $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) "$(RELSYSDIR)/ebin"
$(INSTALL_DIR) "$(RELSYSDIR)/src"
$(INSTALL_DATA) $(ERL_FILES) "$(RELSYSDIR)/src"
$(INSTALL_DIR) "$(RELSYSDIR)/asn1"