From: Frank Lahm Date: Wed, 21 Mar 2012 11:23:25 +0000 (+0100) Subject: Add Kerberos libs to afpd, we need it with the new kerb stuff X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=0b42109a97063ce3bd9a7663766ae21cc31c85bb Add Kerberos libs to afpd, we need it with the new kerb stuff --- diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index f499fe72..52f993d8 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -46,14 +46,14 @@ afpd_SOURCES = \ afpd_LDADD = \ $(top_builddir)/libatalk/cnid/libcnid.la \ $(top_builddir)/libatalk/libatalk.la \ - @LIBGCRYPT_LIBS@ @QUOTA_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @ZEROCONF_LIBS@ @PTHREAD_LIBS@ + @LIBGCRYPT_LIBS@ @QUOTA_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @ZEROCONF_LIBS@ @PTHREAD_LIBS@ @GSSAPI_LIBS@ afpd_LDFLAGS = -export-dynamic afpd_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/sys \ - @ZEROCONF_CFLAGS@ \ + @ZEROCONF_CFLAGS@ @GSSAPI_CFLAGS@ \ -DAPPLCNAME \ -DSERVERTEXT=\"$(SERVERTEXT)/\" \ -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\" \