|
|
@ -46,7 +46,7 @@ YML2_OPTS=--encoding=utf8 |
|
|
|
ASN1C=asn1c |
|
|
|
# asn1c include search flag |
|
|
|
ASN1C_INC= |
|
|
|
#ASN1C_INC= -I$(HOME)/include |
|
|
|
#ASN1C_INC=-I$(HOME)/include |
|
|
|
|
|
|
|
######### libetpan ######### |
|
|
|
# libetpan library search flag |
|
|
@ -58,7 +58,7 @@ ETPAN_INC=-I$(PREFIX)/include |
|
|
|
# Path of GPG binary |
|
|
|
GPG_CMD=gpg |
|
|
|
ifneq ($(shell which gpg2),) |
|
|
|
GPG_CMD = gpg2 |
|
|
|
GPG_CMD=gpg2 |
|
|
|
endif |
|
|
|
# Selects OpenPGP implementation. must be either `GPG` or `NETPGP` |
|
|
|
OPENPGP=GPG |
|
|
|