From d9ab0ac197bf68104ae7278d7d765ed0249f8246 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 27 Feb 2011 10:01:26 +0100 Subject: [PATCH] Install the library headers. --- lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 88056a0..5cb9cb3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,7 @@ lib_LTLIBRARIES = libht.la -libht_la_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c \ - utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h +libht_la_SOURCES = utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c libht_la_CPPFLAGS = -D_GNU_SOURCE libht_la_LDFLAGS = -version-info 1:0:0 + +pkginclude_HEADERS = utils.h mt.h log.h req.h proc.h mtio.h resp.h cf.h -- 2.11.0