]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add missing plugins.c to SRCS in util/support
authorGreg Hudson <ghudson@mit.edu>
Thu, 2 May 2013 06:23:15 +0000 (02:23 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 2 May 2013 06:23:15 +0000 (02:23 -0400)
Reported by Arlene Berry.

ticket: 7629

src/util/support/Makefile.in
src/util/support/deps

index 2eb4e6ae9b7fccc71d6de33c94da986017da30fe..197d5aa7f93a4494bc62ae9dddd2db096534351e 100644 (file)
@@ -113,6 +113,7 @@ LOCALINCLUDES=-I. -I$(srcdir)
 SRCS=\
        $(srcdir)/threads.c \
        $(srcdir)/init-addrinfo.c \
+       $(srcdir)/plugins.c \
        $(srcdir)/errors.c \
        $(srcdir)/k5buf.c \
        $(srcdir)/gmt_mktime.c \
index 6d23dd658531372c2c4ef9201e81523be94c6fd2..a4699409a3eeed5b6f0120bb620ef563675c7612 100644 (file)
@@ -11,6 +11,10 @@ init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): \
   $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \
   $(top_srcdir)/include/port-sockets.h $(top_srcdir)/include/socket-utils.h \
   cache-addrinfo.h init-addrinfo.c
+plugins.so plugins.po $(OUTPRE)plugins.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+  $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \
+  $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
+  plugins.c
 errors.so errors.po $(OUTPRE)errors.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
   $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \
   $(top_srcdir)/include/k5-thread.h errors.c supp-int.h