view src/lib-auth/Makefile.am @ 9658:8ba4253adc9b HEAD tip

*-login: SSL connections didn't get closed when the client got destroyed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 May 2014 16:41:29 +0300
parents f97099eb4dee
children
line wrap: on
line source

noinst_LIBRARIES = libauth.a

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

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

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

if INSTALL_HEADERS
  pkginc_libdir=$(pkgincludedir)/src/lib-auth
  pkginc_lib_HEADERS = $(headers)
else
  noinst_HEADERS = $(headers)
endif