diff options
Diffstat (limited to 'lib/liboqs/config.mk.template')
-rw-r--r-- | lib/liboqs/config.mk.template | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/liboqs/config.mk.template b/lib/liboqs/config.mk.template new file mode 100644 index 000000000..ab6f61589 --- /dev/null +++ b/lib/liboqs/config.mk.template @@ -0,0 +1,18 @@ +# +# 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/. + +# add fixes for platform integration issues here. +# +# liboqs programs expect the public include files to be in oqs/xxxx, +# So we put liboqs in it's own module, oqs, and point to the dist files +INCLUDES += -I$(SOURCE_XP_DIR)/private + +SHARED_LIBRARY_LIBS = \<LIB_FILES> + $(NULL) + +SHARED_LIBRARY_DIRS = \<DIR_FILES> + $(NULL) + + |