mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-14 09:35:41 +00:00
11 lines
208 B
Text
11 lines
208 B
Text
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
|
||
|
libotp = $(top_builddir)/lib/otp/libcryb-otp.la
|
||
|
|
||
|
libexec_PROGRAMS = login_otp
|
||
|
|
||
|
login_otp_SOURCES = login_otp.c
|
||
|
login_otp_LDADD = $(libotp)
|
||
|
|
||
|
dist_man8_MANS = login_otp.8
|