diff options
author | brl <brl> | 2006-11-21 17:03:31 +0000 |
---|---|---|
committer | brl <brl> | 2006-11-21 17:03:31 +0000 |
commit | 8e9f0f9df55f5f5cf5de9d31a2d887cf0abca359 (patch) | |
tree | 039cac0c24290d8f95b80c166afc48e7b2c617e4 /src | |
parent | 41ee1578d0b079b60a224ad8a595af42b86b0c72 (diff) | |
download | ratpoison-8e9f0f9df55f5f5cf5de9d31a2d887cf0abca359.zip |
complete MAINTAINERCLEANFILES variables
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c9fd5c9..64e7163 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,9 +17,10 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.23 2006/03/15 05:43:38 sabetts Exp $ +## $Id: Makefile.am,v 1.24 2006/11/21 17:03:31 brl Exp $ bin_PROGRAMS = ratpoison +MAINTAINERCLEANFILES = Makefile.in config.h.in ratpoison_SOURCES = actions.c \ actions.h \ |