From 2265526bcad62bd0af2cbadfa0c0920fb046932d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 17:08:40 -0500 Subject: 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. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d5d33de..bc53e4e 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 ###################### -- cgit