]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/Makefile.am
Give the baby the name dalloc, haha
[netatalk.git] / etc / afpd / Makefile.am
index c839fc7801fc1dd9d53a1f9a097d4ed007599d08..e74157ea30c19f34d68ec8197567e91e574867e9 100644 (file)
@@ -36,6 +36,7 @@ afpd_SOURCES = \
        nfsquota.c \
        ofork.c \
        quota.c \
+       spotlight.c \
        status.c \
        switch.c \
        uam.c \
@@ -66,7 +67,7 @@ endif
 noinst_HEADERS = auth.h afp_config.h desktop.h directory.h fce_api_internal.h file.h \
         filedir.h fork.h icon.h mangle.h misc.h status.h switch.h \
         uam_auth.h uid.h unix.h volume.h hash.h acls.h acl_mappings.h extattrs.h \
-        dircache.h afp_zeroconf.h afp_avahi.h afp_mdns.h dd.h
+        dircache.h afp_zeroconf.h afp_avahi.h afp_mdns.h
 
 hash_SOURCES = hash.c
 hash_CFLAGS = -DKAZLIB_TEST_MAIN -I$(top_srcdir)/include
@@ -75,6 +76,6 @@ 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 = dd.c
+spot_SOURCES = spotlight.c
 spot_CFLAGS = -DSPOT_TEST_MAIN
 spot_LDADD = $(top_builddir)/libatalk/libatalk.la