include Makefile.am.common
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5580 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# $Id$
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
noinst_PROGRAMS = otptest
|
||||
|
||||
@@ -11,6 +9,8 @@ otptest_LDADD = libotp.la \
|
||||
$(top_builddir)/lib/roken/libroken.la \
|
||||
$(DBLIB)
|
||||
|
||||
include_HEADERS = otp.h
|
||||
|
||||
lib_LTLIBRARIES = libotp.la
|
||||
|
||||
libotp_la_SOURCES = \
|
||||
@@ -20,4 +20,7 @@ libotp_la_SOURCES = \
|
||||
otp_md.c \
|
||||
otp_parse.c \
|
||||
otp_print.c \
|
||||
otp_verify.c
|
||||
otp_verify.c \
|
||||
otp_locl.h \
|
||||
otp_md.h \
|
||||
roken_rename.h
|
||||
|
Reference in New Issue
Block a user