summaryrefslogtreecommitdiffstats
path: root/src/plugins/hostrealm/test/Makefile.in
blob: 2d9c38e32a0bd1d83c89c0bcea636acc1b9bfb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mydir=plugins$(S)hostrealm$(S)test
BUILDTOP=$(REL)..$(S)..$(S)..

LIBBASE=hostrealm_test
LIBMAJOR=0
LIBMINOR=0
RELDIR=../plugins/hostrealm/test
# Depends on libkrb5
SHLIB_EXPDEPS= $(KRB5_DEPLIB)
SHLIB_EXPLIBS= $(KRB5_LIB)

STLIBOBJS=main.o

SRCS= $(srcdir)/main.c

all-unix:: all-libs
install-unix::
clean-unix:: clean-libs clean-libobjs

@libnover_frag@
@libobj_frag@