aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a12aaa5..9277e8f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,7 +28,11 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-CRYPTLIB_DIR = ../cryptlib/build
+# Change this to "../cryptlib/build" when this code moves to sw/pkcs11/.
+#
+#CRYPTLIB_DIR = ../cryptlib/build
+CRYPTLIB_DIR = ../../../sw/cryptlib/build
+
SQLITE3_DIR = ../sqlite3
CFLAGS += -g -I${CRYPTLIB_DIR} -I${SQLITE3_DIR} -fPIC -DENABLE_CRYPTLIB_DEVICE=0 -Wall