view src/lib-auth/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 097588a7903c
children e08dd68309a9
line wrap: on
line source

noinst_LTLIBRARIES = libauth.la

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

libauth_la_SOURCES = \
	auth-client.c \
	auth-client-request.c \
	auth-master.c \
	auth-server-connection.c

headers = \
	auth-client.h \
	auth-client-interface.h \
	auth-client-private.h \
	auth-client-request.h \
	auth-master.h \
	auth-server-connection.h

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