Last change
on this file since 780 was
780,
checked in by Dag-Erling Smørgrav, 7 years ago
|
Rudimentary key management tool.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
304 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 780 2014-03-10 09:55:15Z des $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam |
---|
4 | |
---|
5 | bin_PROGRAMS = oathkey |
---|
6 | oathkey_SOURCES = oathkey.c |
---|
7 | oathkey_LDADD = $(top_builddir)/lib/liboath/liboath.la $(top_builddir)/lib/libpam/libpam.la |
---|
8 | |
---|
9 | dist_man1_MANS = oathkey.1 |
---|
10 | |
---|
11 | install-exec-hook: |
---|
12 | chmod u+s $(DESTDIR)$(bindir)/oathkey |
---|
Note: See
TracBrowser
for help on using the repository browser.