summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am9
1 files changed, 5 insertions, 4 deletions
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