view src/lib-auth/Makefile.am @ 9984:097588a7903c HEAD

lib-auth: Changed API to connect to only a single specified auth socket. Login processes now always connect to socket called "auth".
author Timo Sirainen <tss@iki.fi>
date Wed, 07 Oct 2009 17:46:14 -0400
parents 3cac418eeab5
children eee1e2a1c25b
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

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