]> arthur.barton.de Git - netatalk.git/commitdiff
Fix make distcheck error
authorFrank Lahm <franklahm@googlemail.com>
Tue, 30 Oct 2012 18:32:07 +0000 (19:32 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 30 Oct 2012 18:32:07 +0000 (19:32 +0100)
config/Makefile.am
etc/afpd/Makefile.am
include/atalk/Makefile.am
test/afpd/Makefile.am

index 61737f7bcdd18387264457c2b1c0aaf0c91e19af..505732624ac14d100a7e446354dae4cf6f76d7f0 100644 (file)
@@ -6,7 +6,7 @@ SUFFIXES = .tmpl .
 TMPLFILES = afp.conf.tmpl dbus-session.conf.tmpl
 GENFILES = afp.conf dbus-session.conf
 CLEANFILES = $(GENFILES)
-EXTRA_DIST = afp.conf.tmpl
+EXTRA_DIST = afp.conf.tmpl dbus-session.conf.tmpl
 
 OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
 
index 31f0b04733b95dac8b7f2bb2c5289f636cc078bf..8ef78c09196da0edeceab246504a86874961419d 100644 (file)
@@ -68,7 +68,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
+        dircache.h afp_zeroconf.h afp_avahi.h afp_mdns.h spotlight.h
 
 hash_SOURCES = hash.c
 hash_CFLAGS = -DKAZLIB_TEST_MAIN -I$(top_srcdir)/include
index 77a22af6c5dc3473b84f8efe29454cbd0e85b561..049340085daf2381501ee08fba1662778998ace9 100644 (file)
@@ -42,4 +42,5 @@ noinst_HEADERS = \
        ldapconfig.h \
        talloc.h \
        dalloc.h \
-       byteorder.h
+       byteorder.h \
+       fce_api.h
index 033c9e1d3784c3b4c0651100d0243c2aa02bf84f..6119c7c201d2058fe7ac3b755b56d45d59ae7d61 100644 (file)
@@ -39,6 +39,8 @@ test_SOURCES =  test.c subtests.c afpfunc_helpers.c \
                                $(top_srcdir)/etc/afpd/ofork.c \
                                $(top_srcdir)/etc/afpd/quota.c \
                                $(top_srcdir)/etc/afpd/status.c \
+                               $(top_srcdir)/etc/afpd/spotlight.c \
+                               $(top_srcdir)/etc/afpd/spotlight_marshalling.c \
                                $(top_srcdir)/etc/afpd/switch.c \
                                $(top_srcdir)/etc/afpd/uam.c \
                                $(top_srcdir)/etc/afpd/unix.c \