mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2025-01-03 18:21:10 +00:00
11 lines
125 B
Text
11 lines
125 B
Text
|
crybdir = $(includedir)/cryb
|
||
|
|
||
|
cryb_HEADERS =
|
||
|
|
||
|
if OTP_LIB
|
||
|
cryb_HEADERS += otp.h
|
||
|
endif OTP_LIB
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
otp-impl.h
|