diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-06 19:24:17 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-07 00:48:52 +0100 |
commit | e124844907ed6973915e4d56f5442ecd07535a12 (patch) | |
tree | 3ea48f3ae8a747d490acd0dc0a273e5948dda9df /Makefile.am | |
parent | 9a3e40dc49c1e38bf58e45be5adff37615f3910b (diff) | |
download | sssd-e124844907ed6973915e4d56f5442ecd07535a12.tar.gz sssd-e124844907ed6973915e4d56f5442ecd07535a12.tar.xz sssd-e124844907ed6973915e4d56f5442ecd07535a12.zip |
Make sudo installation path configurable, install into libdir by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6b6aea9cf..85d990420 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ logpath = @logpath@ pubconfpath = @pubconfpath@ pkgconfigdir = $(libdir)/pkgconfig krb5rcachedir = @krb5rcachedir@ -sudolibdir = @appmodpath@ +sudolibdir = @sudolibpath@ UNICODE_LIBS=@UNICODE_LIBS@ |