Last change
on this file since 782 was
782,
checked in by Dag-Erling Smørgrav, 7 years ago
|
Don't forget do distribute oath_impl.h.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
488 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 782 2014-03-10 10:03:57Z des $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam |
---|
4 | |
---|
5 | lib_LTLIBRARIES = liboath.la |
---|
6 | |
---|
7 | noinst_HEADERS = oath_impl.h |
---|
8 | |
---|
9 | liboath_la_SOURCES = \ |
---|
10 | oath_base32.c \ |
---|
11 | oath_base64.c \ |
---|
12 | oath_hotp.c \ |
---|
13 | oath_totp.c \ |
---|
14 | oath_key_alloc.c \ |
---|
15 | oath_key_create.c \ |
---|
16 | oath_key_dummy.c \ |
---|
17 | oath_key_from_uri.c \ |
---|
18 | oath_key_free.c \ |
---|
19 | oath_key.c \ |
---|
20 | oath_uri_decode.c |
---|
21 | |
---|
22 | liboath_la_LDFLAGS = -no-undefined -version-info @LIB_MAJ@ |
---|
23 | liboath_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la @CRYPTO_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.