summaryrefslogtreecommitdiffstats
path: root/src/plugins/pwqual/test/Makefile.in
blob: d8717b34adbc11cd44594ff31a30137ff26e3701 (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)pwqual$(S)test
BUILDTOP=$(REL)..$(S)..$(S)..

LIBBASE=pwqual_test
LIBMAJOR=0
LIBMINOR=0
RELDIR=../plugins/pwqual/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@