aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/hostrealm/test/Makefile.in
blob: d0acc3b272687415d5c8dfa878f2c8ba32770e7c (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 and possibly libkrb5support
SHLIB_EXPDEPS= $(KRB5_BASE_DEPLIBS)
SHLIB_EXPLIBS= $(KRB5_BASE_LIBS)

STLIBOBJS=main.o

SRCS= $(srcdir)/main.c

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

@libnover_frag@
@libobj_frag@