summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-18 17:08:40 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-18 17:26:00 -0500
commit2265526bcad62bd0af2cbadfa0c0920fb046932d (patch)
tree8e1189c8b7d9d78c8deb8a200248f3d54ca5c591 /src/Makefile.am
parentba8937d83675c7d69808d1d3df8f823afdc5ce2a (diff)
downloadsssd-2265526bcad62bd0af2cbadfa0c0920fb046932d.tar.gz
sssd-2265526bcad62bd0af2cbadfa0c0920fb046932d.tar.xz
sssd-2265526bcad62bd0af2cbadfa0c0920fb046932d.zip
Fix bad merge
Merging ba8937d83675c7d69808d1d3df8f823afdc5ce2a left the COPYING and COPYING.LESSER files in the now-defunct sss_client directory. This patch moves them into the right location and fixes the spec file to look for them correctly.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d5d33de2a..bc53e4ebf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -390,6 +390,8 @@ dist_noinst_DATA += \
examples/sssdproxytest \
examples/sudo \
providers/sssd_be.exports \
+ sss_client/COPYING \
+ sss_client/COPYING.LESSER \
m4
######################