aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/Makefile
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-05-17 11:45:49 +0200
committerSiri Hansen <[email protected]>2011-05-17 11:45:49 +0200
commit23db3a53e9c77eee4b1b94bd26c13a9c68718189 (patch)
treeee51c2c3b900ab1fea891ae3e9b7403e5173af52 /lib/sasl/Makefile
parentc1e2d6d62e9932b3d438fb9466ab716c81b252c2 (diff)
parent87fce5499baa1824eebe822cc62608c5bb58d3cf (diff)
downloadotp-23db3a53e9c77eee4b1b94bd26c13a9c68718189.tar.gz
otp-23db3a53e9c77eee4b1b94bd26c13a9c68718189.tar.bz2
otp-23db3a53e9c77eee4b1b94bd26c13a9c68718189.zip
Merge branch 'siri/sasl/test-suites/OTP-5802' into dev
* siri/sasl/test-suites/OTP-5802: Add SASL test suite
Diffstat (limited to 'lib/sasl/Makefile')
-rw-r--r--lib/sasl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/Makefile b/lib/sasl/Makefile
index 2affcf1e40..4073e5af85 100644
--- a/lib/sasl/Makefile
+++ b/lib/sasl/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1996-2009. All Rights Reserved.
+# Copyright Ericsson AB 1996-2010. 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
@@ -23,7 +23,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
# Macros
#
-SUB_DIRECTORIES = src doc/src
+SUB_DIRECTORIES = src doc/src examples/src
include vsn.mk
VSN = $(SASL_VSN)