summaryrefslogtreecommitdiffstats
path: root/third_party/modp_b64/using_modp_b64.scons
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/modp_b64/using_modp_b64.scons')
-rw-r--r--third_party/modp_b64/using_modp_b64.scons15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/modp_b64/using_modp_b64.scons b/third_party/modp_b64/using_modp_b64.scons
new file mode 100644
index 0000000..f4637db
--- /dev/null
+++ b/third_party/modp_b64/using_modp_b64.scons
@@ -0,0 +1,15 @@
+# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+__doc__ = """
+Settings for other components using the modp_b64 library.
+"""
+
+Import("env")
+
+env.Append(
+ LIBS = [
+ 'modp_b64',
+ ],
+)