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