diff options
author | Dan Gudmundsson <[email protected]> | 2012-03-20 14:25:52 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-21 10:02:56 +0100 |
commit | f562e0fc077e546c2b905a7469999fc8419a0aec (patch) | |
tree | 4dd9622e39d1ccd1026b688d301d890037f390f7 /lib/Makefile | |
parent | d8dbf15de4fa1a08b9a05e7d8e08fdb025fe1dc3 (diff) | |
download | otp-f562e0fc077e546c2b905a7469999fc8419a0aec.tar.gz otp-f562e0fc077e546c2b905a7469999fc8419a0aec.tar.bz2 otp-f562e0fc077e546c2b905a7469999fc8419a0aec.zip |
[eldap] Add infrastructure
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index aa4e074830..3753bd165b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1996-2011. All Rights Reserved. +# Copyright Ericsson AB 1996-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -31,7 +31,7 @@ ifdef BUILD_ALL cosTransactions cosEvent cosTime cosNotification \ cosProperty cosFileTransfer cosEventDomain et megaco webtool \ xmerl edoc eunit ssh inviso typer erl_docgen \ - percept dialyzer hipe + percept eldap dialyzer hipe EXTRA_FILE := $(wildcard EXTRA-APPLICATIONS) EXTRA_APPLICATIONS := $(if $(EXTRA_FILE),$(shell cat $(EXTRA_FILE))) endif |