mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-24 14:35:47 +00:00
11 lines
126 B
Makefile
11 lines
126 B
Makefile
crybdir = $(includedir)/cryb
|
|
|
|
cryb_HEADERS =
|
|
|
|
if CRYB_OTP
|
|
cryb_HEADERS += \
|
|
otp.h
|
|
endif CRYB_OTP
|
|
|
|
noinst_HEADERS = \
|
|
impl.h
|