f0bbedf7 FT |
1 | noinst_LIBRARIES = libht.a |
2 | |
e5ad70cb FT |
3 | libht_a_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c \ |
4 | utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h |
f0bbedf7 |
5 | libht_a_CFLAGS = -fPIC |
e1cdf02e |
6 | libht_a_CPPFLAGS = -D_GNU_SOURCE |