summaryrefslogtreecommitdiff
path: root/lib/liboqs/include.gyp.template
diff options
context:
space:
mode:
authorRobert Relyea <rrelyea@redhat.com>2023-02-28 08:32:06 -0800
committerRobert Relyea <rrelyea@redhat.com>2023-02-28 08:32:06 -0800
commit82499a0afb060dbdd535f9fa303ea6510263db02 (patch)
tree8b77dde21c43c846e9312de578887c0492469da3 /lib/liboqs/include.gyp.template
parent9418a297c604a84a1043f10e97163836320959c3 (diff)
downloadnss-hg-82499a0afb060dbdd535f9fa303ea6510263db02.tar.gz
Finish backout. (sigh)
Diffstat (limited to 'lib/liboqs/include.gyp.template')
-rw-r--r--lib/liboqs/include.gyp.template13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/liboqs/include.gyp.template b/lib/liboqs/include.gyp.template
deleted file mode 100644
index 0a9ff3638..000000000
--- a/lib/liboqs/include.gyp.template
+++ /dev/null
@@ -1,13 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-{
- 'include': [
- '../../../coreconf/config.gypi'
- ],
- 'targets': [],
- 'variables': {
- 'module': 'oqs'
- }
-}
-~