summaryrefslogtreecommitdiff
path: root/lib/liboqs/include.gyp.template
diff options
context:
space:
mode:
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'
- }
-}
-~