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