view src/lib-auth/Makefile.am @ 2796:fb7f862194b5 HEAD

Upgrades to autoconf 2.5 and automake >1.4.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 02:05:53 +0300
parents c9026bb73dae
children e77e4457d95c
line wrap: on
line source

noinst_LIBRARIES = libauth.a

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

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

noinst_HEADERS = \
	auth-client.h \
	auth-server-connection.h \
	auth-server-request.h