summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-06-30 10:12:36 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-06-30 10:14:23 -0400
commit6d376e52755384bb16a360be1075622903e3e9e9 (patch)
treecf9a4fd24757a925a305b67ae9e7587238673774 /sss_client
parenta9d040767e6c6b9640d48b8cf12be8659a20895a (diff)
downloadsssd-6d376e52755384bb16a360be1075622903e3e9e9.tar.gz
sssd-6d376e52755384bb16a360be1075622903e3e9e9.tar.xz
sssd-6d376e52755384bb16a360be1075622903e3e9e9.zip
Add pam_sss_macros.h to "make dist"
When I added the new header, I forgot to add it to Makefile.am, so it was not included by automake when generating a tarball using make dist-gzip.
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sss_client/Makefile.am b/sss_client/Makefile.am
index dfccda990..a84ed37a4 100644
--- a/sss_client/Makefile.am
+++ b/sss_client/Makefile.am
@@ -30,7 +30,8 @@ libnss_sss_la_LDFLAGS = \
pam_sss_la_SOURCES = \
pam_sss.c \
common.c \
- sss_cli.h
+ sss_cli.h \
+ sss_pam_macros.h
pam_sss_la_LDFLAGS = \
-lpam \