mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-09 23:25:40 +00:00
11 lines
214 B
Makefile
11 lines
214 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
bin_PROGRAMS = otpkey
|
|
|
|
otpkey_SOURCES = otpkey.c
|
|
dist_man1_MANS = otpkey.1
|
|
|
|
if WITH_SETUID
|
|
install-exec-hook:
|
|
chmod u+s $(DESTDIR)$(bindir)/otpkey$(EXEEXT)
|
|
endif WITH_SETUID
|