summaryrefslogtreecommitdiff
path: root/src/plugins/authdata/greet_server/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/authdata/greet_server/Makefile.in')
-rw-r--r--src/plugins/authdata/greet_server/Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/plugins/authdata/greet_server/Makefile.in b/src/plugins/authdata/greet_server/Makefile.in
new file mode 100644
index 000000000000..78a062df3750
--- /dev/null
+++ b/src/plugins/authdata/greet_server/Makefile.in
@@ -0,0 +1,21 @@
+mydir=plugins$(S)authdata$(S)greet_server
+BUILDTOP=$(REL)..$(S)..$(S)..
+
+LIBBASE=greet_server
+LIBMAJOR=1
+LIBMINOR=0
+SHLIB_EXPDEPS = $(TOPLIBD)/libk5crypto$(SHLIBEXT) \
+ $(TOPLIBD)/libkrb5$(SHLIBEXT)
+SHLIB_EXPLIBS= -lkrb5 -lcom_err -lk5crypto $(SUPPORT_LIB) $(LIBS)
+
+STLIBOBJS= greet_auth.o
+
+SRCS= greet_auth.c
+
+all-unix: all-libs
+install-unix:
+clean-unix:: clean-libs clean-libobjs
+
+@libnover_frag@
+@libobj_frag@
+