X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2FMakefile.am;h=77ed9d64d1886ea5cfd97f2d78d23c8611f57fe5;hp=a0b210e170e05a4e2029881c8a5a269760d573cd;hb=d3dff4ba4b8db3131a16641d35a6554be5fb5160;hpb=3a84db87064922ad10ac10cc1d6833380e575995 diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index a0b210e1..77ed9d64 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -7,7 +7,7 @@ CLEANFILES = DISTCLEANFILES = sbin_PROGRAMS = afpd -noinst_PROGRAMS = hash fce spot +noinst_PROGRAMS = hash spot afpd_SOURCES = \ afp_avahi.c \ @@ -102,10 +102,6 @@ noinst_HEADERS = auth.h afp_config.h desktop.h directory.h fce_api_internal.h fi hash_SOURCES = hash.c 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