Makefile.am revision c0cd7b8abde2575b8cd03bb91aa0d632b6f45ca0
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