* clear out some warnings by gcc 9.3.1.
[alpine.git] / web / src / pubcookie / Makefile.am
blobe4da1c398dcbbb1fcb441d06b991257901fe1b10
1 ## Process this file with automake to produce Makefile.in
2 ## Use aclocal -I m4; automake
4 # ========================================================================
5 # Copyright 2006-2008 University of Washington
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 #     http://www.apache.org/licenses/LICENSE-2.0
13 # ========================================================================
16 WP_UIDMAPPER_SOCKET = "/tmp/wp_uidmapper"
17 WEBSERVER_UID = 65534
19 CFLAGS = '-DWP_UIDMAPPER_SOCKET=$(WP_UIDMAPPER_SOCKET)' \
20          '-DWEBSERVER_UID=$(WEBSERVER_UID)' \
21          '-DAUTH_GSS_PROXY_PATH="$(WEB_BINDIR)/wp_gssapi_proxy"'
23 bin_PROGRAMS = wp_uidmapper wp_tclsh wp_gssapi_proxy wp_umc
25 noinst_LIBRARIES = libauthgssproxy.a
27 libauthgssproxy_a_SOURCES = auth_gss_proxy.c
29 wp_uidmapper_SOURCES = wp_uidmapper.c id_table.c id_table.h 
31 wp_tclsh_SOURCES = wp_tclsh.c wp_uidmapper_lib.c
33 wp_gssapi_proxy_SOURCES = wp_gssapi_proxy.c wp_uidmapper_lib.c
35 wp_umc_SOURCES = wp_umc.c wp_uidmapper_lib.c
37 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include