aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-02-26 11:00:59 +0100
committerLukas Larsson <[email protected]>2016-02-26 13:14:46 +0100
commit8819f7a308834252c1c86d1690e97e5ed1ace9d9 (patch)
treedbdd79cf8e3ae34a43ce4100442c3e457f2e8e84 /lib/eldap/src
parent5154dc8ff3d529e33e06b6fbf0d3906d06492353 (diff)
downloadotp-8819f7a308834252c1c86d1690e97e5ed1ace9d9.tar.gz
otp-8819f7a308834252c1c86d1690e97e5ed1ace9d9.tar.bz2
otp-8819f7a308834252c1c86d1690e97e5ed1ace9d9.zip
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"