2006-09-04 15:12:24 +00:00
|
|
|
pkglib_LTLIBRARIES = libutil.la
|
2003-11-18 10:47:59 +00:00
|
|
|
|
2006-11-30 19:19:59 +00:00
|
|
|
libutil_la_SOURCES = util.cc hash.cc serialise.cc \
|
2012-02-15 00:31:56 +00:00
|
|
|
archive.cc xml-writer.cc immutable.cc
|
2006-09-04 22:41:36 +00:00
|
|
|
|
2010-03-02 15:58:13 +00:00
|
|
|
libutil_la_LIBADD = ../boost/format/libformat.la ${aterm_lib} ${sqlite_lib}
|
2006-09-04 22:41:36 +00:00
|
|
|
|
2006-11-30 19:19:59 +00:00
|
|
|
pkginclude_HEADERS = util.hh hash.hh serialise.hh \
|
2012-02-15 00:31:56 +00:00
|
|
|
archive.hh xml-writer.hh types.hh immutable.hh
|
2006-02-13 19:52:43 +00:00
|
|
|
|
|
|
|
if !HAVE_OPENSSL
|
|
|
|
libutil_la_SOURCES += \
|
2005-01-14 12:03:04 +00:00
|
|
|
md5.c md5.h sha1.c sha1.h sha256.c sha256.h md32_common.h
|
2006-02-13 19:52:43 +00:00
|
|
|
endif
|
2003-11-18 10:47:59 +00:00
|
|
|
|
2010-04-19 13:46:58 +00:00
|
|
|
AM_CXXFLAGS = -Wall -I$(srcdir)/..
|