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:
Johan Danielsson
1999-03-18 10:24:53 +00:00
parent dab762f6d1
commit e927fa05a5
18 changed files with 348 additions and 145 deletions

View File

@@ -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