Install the library headers.
[ashd.git] / lib / Makefile.am
1 lib_LTLIBRARIES = libht.la
2
3 libht_la_SOURCES =      utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c
4 libht_la_CPPFLAGS = -D_GNU_SOURCE
5 libht_la_LDFLAGS = -version-info 1:0:0
6
7 pkginclude_HEADERS =    utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h