view 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
line wrap: on
line source

noinst_LTLIBRARIES = libdns.la

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib

libdns_la_SOURCES = \
	dns-lookup.c

headers = \
	dns-lookup.h

pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = $(headers)