summaryrefslogtreecommitdiffstats
path: root/proxy/tests/Makefile.am
blob: 21ec8622ec1a5b9579184172287a246b3489b409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

t_accept_SOURCES = \
    t_utils.c \
    t_accept.c

t_accept_LDADD = \
    $(GSSAPI_LIBS)

t_init_SOURCES = \
    t_utils.c \
    t_init.c

t_init_LDADD = \
    $(GSSAPI_LIBS)

check_PROGRAMS = \
    t_accept \
    t_init

noinst_PROGRAMS = $(check_PROGRAMS)

noinst_HEADERS = \
    t_utils.h

all: $(check_PROGRAMS)