diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-06-17 17:13:02 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-07-08 19:28:38 -0400 |
commit | b5fe3053461e2f3c48f9353a420e97ef21cf039e (patch) | |
tree | 553b6331d71db3192c3db36af2590a5b634fdad9 | |
parent | 3c9c445cebf7f790f06180a46666304939d420d4 (diff) | |
download | sssd-b5fe3053461e2f3c48f9353a420e97ef21cf039e.tar.gz sssd-b5fe3053461e2f3c48f9353a420e97ef21cf039e.tar.bz2 sssd-b5fe3053461e2f3c48f9353a420e97ef21cf039e.zip |
Add dumb way to clean up .X files
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | server/Makefile.am | 1 | ||||
-rw-r--r-- | sss_client/Makefile.am | 2 |
3 files changed, 4 insertions, 0 deletions
@@ -39,3 +39,4 @@ ABOUT-NLS build *.patch *.swp +*.X diff --git a/server/Makefile.am b/server/Makefile.am index ab7027f3..0627836d 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -491,3 +491,4 @@ installsssddirs:: install-exec-hook: installsssddirs +CLEANFILES = *.X */*.X */*/*.X diff --git a/sss_client/Makefile.am b/sss_client/Makefile.am index a84ed37a..346e6b1d 100644 --- a/sss_client/Makefile.am +++ b/sss_client/Makefile.am @@ -52,3 +52,5 @@ dist_noinst_DATA = \ install-data-hook: mv $(DESTDIR)/$(nsslibdir)/libnss_sss.so $(DESTDIR)/$(nsslibdir)/libnss_sss.so.2 + +CLEANFILES = *.X |