summaryrefslogtreecommitdiffstats
path: root/sss_client/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-06-16 13:46:50 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-06-16 15:43:41 -0400
commit6d09def23347c49b8e91381a037b0abbfe53f498 (patch)
tree0040ccf392c3215972585c5309fcd51784b14dde /sss_client/Makefile.am
parentb987027cd5597fd73ce285799d8c1c44266cb6fb (diff)
downloadsssd-6d09def23347c49b8e91381a037b0abbfe53f498.tar.gz
sssd-6d09def23347c49b8e91381a037b0abbfe53f498.tar.xz
sssd-6d09def23347c49b8e91381a037b0abbfe53f498.zip
Add --with-aux-info config option to SSS client
Diffstat (limited to 'sss_client/Makefile.am')
-rw-r--r--sss_client/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/sss_client/Makefile.am b/sss_client/Makefile.am
index eaedc5f90..90427b053 100644
--- a/sss_client/Makefile.am
+++ b/sss_client/Makefile.am
@@ -6,6 +6,11 @@ AM_CPPFLAGS = \
-DLOCALEDIR=\"\$(localedir)\"
ACLOCAL_AMFLAGS = -I m4
+AM_CFLAGS =
+if WANT_AUX_INFO
+ AM_CFLAGS += -aux-info $@.X
+endif
+
nsslibdir = @nsslibdir@
pamlibdir = $(nsslibdir)/security