forked from lix-project/lix
7 lines
180 B
Makefile
7 lines
180 B
Makefile
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}
|