diff options
author | Lukas Larsson <[email protected]> | 2016-02-26 11:00:59 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-02-26 13:14:46 +0100 |
commit | 8819f7a308834252c1c86d1690e97e5ed1ace9d9 (patch) | |
tree | dbdd79cf8e3ae34a43ce4100442c3e457f2e8e84 /lib | |
parent | 5154dc8ff3d529e33e06b6fbf0d3906d06492353 (diff) | |
download | otp-8819f7a308834252c1c86d1690e97e5ed1ace9d9.tar.gz otp-8819f7a308834252c1c86d1690e97e5ed1ace9d9.tar.bz2 otp-8819f7a308834252c1c86d1690e97e5ed1ace9d9.zip |
eldap: Make sure to build out ASN.1 header
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eldap/src/Makefile | 2 |
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" |