comparison src/lib-dns/Makefile.am @ 11117:eee1e2a1c25b HEAD

configure: Removed --enable-header-install. It's now always enabled. There didn't seem to be much point in keeping it optional anymore. They're now more useful than before because shared libraries are also installed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Apr 2010 04:49:47 +0300
parents 8f9fc7fa7c73
children 001a41d133dc
comparison
equal deleted inserted replaced
11116:e47de5f3caae 11117:eee1e2a1c25b
7 dns-lookup.c 7 dns-lookup.c
8 8
9 headers = \ 9 headers = \
10 dns-lookup.h 10 dns-lookup.h
11 11
12 if INSTALL_HEADERS 12 pkginc_libdir=$(pkgincludedir)
13 pkginc_libdir=$(pkgincludedir) 13 pkginc_lib_HEADERS = $(headers)
14 pkginc_lib_HEADERS = $(headers)
15 else
16 noinst_HEADERS = $(headers)
17 endif