X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config%2FMakefile.am;h=aeb37a07e21dab19f05e7b6eb81193de7936cc63;hb=4021b76ce3f3e51756e9d59b4a5a045ad6398dc8;hp=6225c165d3a7908b2a768c239584bfb5615790c1;hpb=0d6051d260174a9b8ad3e9457d91aa97e39430c2;p=netatalk.git diff --git a/config/Makefile.am b/config/Makefile.am index 6225c165..aeb37a07 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -3,10 +3,10 @@ SUBDIRS = pam SUFFIXES = .tmpl . -TMPLFILES = afp.conf.tmpl -GENFILES = afp.conf +TMPLFILES = afp.conf.tmpl dbus-session.conf.tmpl +GENFILES = afp.conf dbus-session.conf CLEANFILES = $(GENFILES) -EXTRA_DIST = afp.conf.tmpl extmap.conf dbus-session.conf netatalk-dbus.conf +EXTRA_DIST = $(TMPLFILES) extmap.conf netatalk-dbus.conf OVERWRITE_CONFIG = @OVERWRITE_CONFIG@ @@ -28,6 +28,7 @@ endif -e s@:ETCDIR:@${pkgconfdir}@ \ -e s@:COMPILED_BACKENDS:@"$(compiled_backends)"@ \ -e s@:DEFAULT_CNID_SCHEME:@$(DEFAULT_CNID_SCHEME)@ \ + -e s@:LOCALSTATEDIR:@"$(localstatedir)"@ \ <$< >$@ #