blob: 12459b1db5f45d4f1ae6f235364e3049e88c9b74 (
plain) (
blame)
1
2
3
4
5
6
7
|
noinst_LIBRARIES = libutil.a
libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \
archive.cc archive.hh md5.c md5.h sha1.c sha1.h \
aterm.cc aterm.hh
AM_CXXFLAGS = -Wall -I.. ${aterm_include}
|