view src/lib-otp/Makefile.am @ 5191:ee745eee4d9c HEAD

Some files weren't being added to dist tarball
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Feb 2007 18:03:55 +0200
parents c04189d77a59
children
line wrap: on
line source

noinst_LIBRARIES = libotp.a

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

libotp_a_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