summaryrefslogtreecommitdiffstats
path: root/src/lib-otp/Makefile.am
blob: 5b34fba7cb1310e0a56d1441c38cf53d7506a3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_LTLIBRARIES = libotp.la

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib

libotp_la_SOURCES = \
	otp-dictionary.c \
	otp-hash.c \
	otp-parity.c \
	otp-parse.c

noinst_HEADERS = \
	otp.h \
	otp-dictionary.h \
	otp-hash.h \
	otp-parity.h \
	otp-parse.h