comparison src/auth/Makefile.am @ 5197:e77e4457d95c HEAD

Added --with-headers configure option to install .h files.
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Feb 2007 23:50:46 +0200
parents c04189d77a59
children 971050640e3b
comparison
equal deleted inserted replaced
5196:f1b735b905f3 5197:e77e4457d95c
86 userdb-prefetch.c \ 86 userdb-prefetch.c \
87 userdb-static.c \ 87 userdb-static.c \
88 userdb-vpopmail.c \ 88 userdb-vpopmail.c \
89 userdb-sql.c 89 userdb-sql.c
90 90
91 noinst_HEADERS = \ 91 headers = \
92 auth.h \ 92 auth.h \
93 auth-cache.h \ 93 auth-cache.h \
94 auth-client-connection.h \ 94 auth-client-connection.h \
95 auth-client-interface.h \ 95 auth-client-interface.h \
96 auth-master-interface.h \ 96 auth-master-interface.h \
115 password-scheme.h \ 115 password-scheme.h \
116 userdb.h \ 116 userdb.h \
117 userdb-blocking.h \ 117 userdb-blocking.h \
118 userdb-vpopmail.h 118 userdb-vpopmail.h
119 119
120 if INSTALL_HEADERS
121 pkginc_libdir=$(pkgincludedir)/src/auth
122 pkginc_lib_HEADERS = $(headers)
123 else
124 noinst_HEADERS = $(headers)
125 endif
126
120 checkpassword_reply_LDADD = \ 127 checkpassword_reply_LDADD = \
121 ../lib/liblib.a 128 ../lib/liblib.a
122 129
123 checkpassword_reply_sources = \ 130 checkpassword_reply_sources = \
124 checkpassword-reply.c 131 checkpassword-reply.c