]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/gssd/Makefile
Add gss support from citi @ umich
[nfs-utils.git] / utils / gssd / Makefile
diff --git a/utils/gssd/Makefile b/utils/gssd/Makefile
new file mode 100644 (file)
index 0000000..6eba0f5
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Makefile for rpc.gssd
+#
+
+PROGRAM        = gssd
+PREFIX = rpc.
+OBJS   = gssd.o gssd_main_loop.o gssd_proc.o err_util.o gss_util.o \
+         gss_oids.o context.o context_heimdal.o krb5_util.o
+LIBDEPS        = $(TOP)support/lib/librpc.a $(TOP)support/lib/libgssapi.a
+LIBS   = -Wl,-rpath=$(KRBDIR)/lib -lrpc -lgssapi -ldl $(KRBLIB)
+MAN8   = gssd
+
+include $(TOP)rules.mk
+
+CFLAGS += -DKRB5_VERSION=$(KRB5_VERSION) -I$(TOP)support/rpc/include/ \
+       -I$(KRBDIR)/include