Cross Reference: Makefile.am
xref
: /
dovecot
/
src
/
lib-auth
/
Makefile.am
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
noinst_LTLIBRARIES =
libauth.la
AM_CPPFLAGS = \
-I$(top_srcdir)
/src/lib
\
-I$(top_srcdir)
/src/lib-master
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)