summaryrefslogtreecommitdiff
path: root/testsuite/printing/Makefile.psec
blob: 1410c9e009958f5fcf09a18a5f8b250eaf28ac24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Makefile for psec utility
#

#
# NOTE: Samba must be configured with the --srcdir option before this Makefile
# will work: ./configure --srcdir=`pwd`
#
# Compile with: make -f Makefile.psec psec
#

psec_default: psec

include ../../source/Makefile

PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) \
	$(LIBSMB_OBJ) $(PASSDB_OBJ) $(RPC_CLIENT_OBJ)

PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%)

psec: $(PSEC_OBJS) psec.o
	$(CC) -o $@ psec.o $(PSEC_OBJS) $(LIBS)