X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2FMakefile.am;h=544c5843af52bc44af886e8601e8e87bf712eee2;hb=85eb0fd28ff87289d2f49a0230c07e7a7c56e101;hp=40ca70ccde8f004010bdaa0e0b9abf5ed781a9e5;hpb=14874ef66d68c5200a9a42a7408d022d58211898;p=netatalk.git diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index 40ca70cc..544c5843 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -45,10 +45,9 @@ afpd_SOURCES = \ afpd_LDADD = \ $(top_builddir)/libatalk/cnid/libcnid.la \ $(top_builddir)/libatalk/libatalk.la \ - $(top_builddir)/libevent/libevent.la \ @LIBGCRYPT_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @ZEROCONF_LIBS@ @PTHREAD_LIBS@ -afpd_LDFLAGS = -export-dynamic -static +afpd_LDFLAGS = -export-dynamic afpd_CFLAGS = \ -I$(top_srcdir)/include \ @@ -56,14 +55,9 @@ afpd_CFLAGS = \ @SLP_CFLAGS@ @ZEROCONF_CFLAGS@ \ -DAPPLCNAME \ -DSERVERTEXT=\"$(SERVERTEXT)/\" \ - -D_PATH_AFPDDEFVOL=\"$(pkgconfdir)/AppleVolumes.default\" \ - -D_PATH_AFPDSYSVOL=\"$(pkgconfdir)/AppleVolumes.system\" \ -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\" \ - -D_PATH_AFPDCONF=\"$(pkgconfdir)/afpd.conf\" \ - -D_PATH_AFPDSIGCONF=\"$(pkgconfdir)/afp_signature.conf\" \ -D_PATH_AFPDUAMPATH=\"$(UAMS_PATH)/\" \ - -D_PATH_ACL_LDAPCONF=\"$(pkgconfdir)/afp_ldap.conf\" \ - -D_PATH_AFPDUUIDCONF=\"$(pkgconfdir)/afp_voluuid.conf\" + -D_PATH_CONFDIR=\"$(pkgconfdir)\" if HAVE_ACLS afpd_SOURCES += acls.c