mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-13 00:55:41 +00:00
12 lines
182 B
Text
12 lines
182 B
Text
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES = libcryb-otp.la
|
||
|
|
||
|
libcryb_otp_la_SOURCES = \
|
||
|
\
|
||
|
cryb_otp.c
|
||
|
|
||
|
libcryb_otp_la_LIBADD = \
|
||
|
$(CRYB_CORE_LIBS) \
|
||
|
$(CRYB_OATH_LIBS)
|