From 2fa0fdc2c184d70bb45dad89f42e427d7813ca09 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 1 Apr 2013 13:55:01 -0400 Subject: Add generic function to get creds defaults MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simo Sorce Reviewed-by: Günther Deschner --- proxy/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'proxy/Makefile.am') diff --git a/proxy/Makefile.am b/proxy/Makefile.am index ea16bed..05f64af 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -20,15 +20,16 @@ gsspconfdir = $(sysconfdir)/gssproxy gssconfdir = $(sysconfdir)/gss localedir = @localedir@ -pidpath = @pidpath@ ccpath = @ccpath@ -pipepath = @pipepath@ initdir = @initdir@ systemdunitdir = @systemdunitdir@ logpath = @logpath@ pubconfpath = @pubconfpath@ pkgconfigdir = $(libdir)/pkgconfig +gpstatedir = $(localstatedir)/lib/gssproxy +gpclidir = $(gpstatedir)/clients + AM_CFLAGS = if WANT_AUX_INFO AM_CFLAGS += -aux-info $@.X @@ -232,9 +233,9 @@ installgsspdirs:: $(DESTDIR)$(mandir) \ $(DESTDIR)$(gsspconfdir) \ $(DESTDIR)$(gssconfdir) \ - $(DESTDIR)$(pidpath) \ - $(DESTDIR)$(pipepath) \ $(DESTDIR)$(logpath) \ + $(DESTDIR)$(gpstatedir) \ + $(DESTDIR)$(gpclidir) \ $(DESTDIR)$(pubconfpath) if HAVE_DOXYGEN -- cgit