X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2FMakefile.am;h=6372f7ea4ddc97dc85d24a33e070902bcdf5eb12;hb=40c614d84ae5bf7c1808a30a2ccac8db12228519;hp=85b51dc86bdca8971ecb85ce94c66c1273c28e21;hpb=88d1705451e5f3818776fe916f4ba50fd4cc994e;p=netatalk.git diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index 85b51dc8..6372f7ea 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -3,7 +3,7 @@ pkgconfdir = @PKGCONFDIR@ sbin_PROGRAMS = afpd -noinst_PROGRAMS = hash fce +noinst_PROGRAMS = hash fce spot afpd_SOURCES = \ afp_avahi.c \ @@ -28,7 +28,6 @@ afpd_SOURCES = \ file.c \ filedir.c \ fork.c \ - gettok.c \ hash.c \ main.c \ mangle.c \ @@ -36,6 +35,8 @@ afpd_SOURCES = \ nfsquota.c \ ofork.c \ quota.c \ + spotlight.c \ + spotlight_marshalling.c \ status.c \ switch.c \ uam.c \ @@ -50,7 +51,7 @@ afpd_LDADD = \ afpd_LDFLAGS = -export-dynamic afpd_CFLAGS = \ - @ZEROCONF_CFLAGS@ @GSSAPI_CFLAGS@ @KRB5_CFLAGS@\ + @ZEROCONF_CFLAGS@ @GSSAPI_CFLAGS@ @KRB5_CFLAGS@ @PTHREAD_CFLAGS@\ -DAPPLCNAME \ -DSERVERTEXT=\"$(SERVERTEXT)/\" \ -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\" \ @@ -74,3 +75,7 @@ hash_CFLAGS = -DKAZLIB_TEST_MAIN -I$(top_srcdir)/include fce_SOURCES = fce_api.c fce_util.c fce_CFLAGS = -DFCE_TEST_MAIN -I$(top_srcdir)/include fce_LDADD = $(top_builddir)/libatalk/libatalk.la + +spot_SOURCES = spotlight.c spotlight_marshalling.c +spot_CFLAGS = -DSPOT_TEST_MAIN +spot_LDADD = $(top_builddir)/libatalk/libatalk.la