X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/blobdiff_plain/32d4aa8c0a6247b701aec2730a9cb35e04ac6311..c0979a8f5abf02b454aee797e2aa028360186cc4:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 1fc452b..9e67f9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,9 @@ ### along with distorted-keys; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +pkgconfdir = $(sysconfdir)/$(PACKAGE) +profiledir = $(pkgconfdir)/profile.d + bin_SCRIPTS = sbin_SCRIPTS = dist_pkglib_SCRIPTS = @@ -30,6 +33,7 @@ dist_pkglib_DATA = noinst_DATA = pkglib_DATA = noinst_SCRIPTS = +dist_profile_DATA = EXTRA_DIST = CLEANFILES = @@ -45,8 +49,8 @@ SUBSTVARS = \ PACKAGE="$(PACKAGE)" VERSION="$(VERSION)" \ PYTHON="$(PYTHON)" \ bindir="$(bindir)" sbindir="$(sbindir)" \ - pkgconfdir="$(sysconfdir)/$(PACKAGE)" \ - pkgstatedir="$(localstatedir)/$(PACKAGE)" \ + pkgconfdir="$(pkgconfdir)" \ + pkgstatedir="$(localstatedir)/lib/$(PACKAGE)" \ pkglibdir="$(pkglibdir)" \ user="$(user)" @@ -115,7 +119,10 @@ cryptop: cryptop.in Makefile ## Key type libraries. dist_pkglib_DATA += ktype.gnupg +dist_profile_DATA += profile.d/01gnupg + dist_pkglib_DATA += ktype.seccure +dist_profile_DATA += profile.d/01seccure ## Commands. dist_pkglib_SCRIPTS += cryptop.genkey @@ -139,4 +146,10 @@ userv/distorted-keys: userv/distorted-keys.in Makefile >userv/distorted-keys.new && \ mv userv/distorted-keys.new userv/distorted-keys +###-------------------------------------------------------------------------- +### Configuration snippets. + +dist_profile_DATA += profile.d/00base +dist_profile_DATA += profile.d/02infra + ###----- That's all, folks --------------------------------------------------