mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-08 22:55:39 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
crybdir = $(includedir)/cryb
|
|
|
|
cryb_HEADERS =
|
|
|
|
if OTP_LIB
|
|
cryb_HEADERS += otp.h
|
|
endif OTP_LIB
|
|
|
|
noinst_HEADERS = \
|
|
otp-impl.h
|