From 29c1a661822343f87fad736fbf08dc2f1808dc98 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Tue, 30 Oct 2012 19:32:07 +0100 Subject: [PATCH 1/1] Fix make distcheck error --- config/Makefile.am | 2 +- etc/afpd/Makefile.am | 2 +- include/atalk/Makefile.am | 3 ++- test/afpd/Makefile.am | 2 ++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/Makefile.am b/config/Makefile.am index 61737f7b..50573262 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -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@ diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index 31f0b047..8ef78c09 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -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 diff --git a/include/atalk/Makefile.am b/include/atalk/Makefile.am index 77a22af6..04934008 100644 --- a/include/atalk/Makefile.am +++ b/include/atalk/Makefile.am @@ -42,4 +42,5 @@ noinst_HEADERS = \ ldapconfig.h \ talloc.h \ dalloc.h \ - byteorder.h + byteorder.h \ + fce_api.h diff --git a/test/afpd/Makefile.am b/test/afpd/Makefile.am index 033c9e1d..6119c7c2 100644 --- a/test/afpd/Makefile.am +++ b/test/afpd/Makefile.am @@ -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 \ -- 2.39.2