view src/lib-dns/Makefile.am @ 10615:8f9fc7fa7c73 HEAD

Added dns-client service and library for doing async dns lookups.
author Timo Sirainen <tss@iki.fi>
date Sun, 31 Jan 2010 19:10:38 +0200
parents
children eee1e2a1c25b
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

if INSTALL_HEADERS
  pkginc_libdir=$(pkgincludedir)
  pkginc_lib_HEADERS = $(headers)
else
  noinst_HEADERS = $(headers)
endif