mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-12 16:45:40 +00:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
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)
|
|
|
|
pkgconfig_DATA = cryb-otp.pc
|