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