X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=etc%2Fafpd%2FMakefile.am;h=8cfe75a4f94efbdfb3c1055067f7dc8daf330643;hb=4ce7381227326afbc0f50ee0608fab712689d465;hp=ddff6c3e42d8057d800ef9bac6ec888b529db58c;hpb=2311c1e2f37a20e67782624e386093d6eaa6373c;p=netatalk.git diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index ddff6c3e..8cfe75a4 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -7,7 +7,7 @@ CLEANFILES = DISTCLEANFILES = sbin_PROGRAMS = afpd -noinst_PROGRAMS = hash fce +noinst_PROGRAMS = hash fce spot afpd_SOURCES = \ afp_avahi.c \ @@ -39,6 +39,8 @@ afpd_SOURCES = \ nfsquota.c \ ofork.c \ quota.c \ + spotlight.c \ + spotlight_marshalling.c \ status.c \ switch.c \ uam.c \ @@ -103,3 +105,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