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