view src/lib-auth/Makefile.am @ 4891:6ab2712f1a93 HEAD

Only imap binary was actually working.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Dec 2006 14:35:02 +0200
parents fb7f862194b5
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