diff options
author | rcyeske <rcyeske> | 2001-02-25 22:01:41 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-25 22:01:41 +0000 |
commit | 85158fa1ccb413a66a2ad62e3b6330a2ecb478da (patch) | |
tree | 9a77b0d75061c1a5aeb9de7bd27f22c699f47a79 /src | |
parent | 1e87f88ba03b8a7f0a84691027e082f849eaf24d (diff) | |
download | ratpoison-85158fa1ccb413a66a2ad62e3b6330a2ecb478da.zip |
removed themes.h
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b7b4aa7..01c8dbb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ ## 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.9 2001/02/19 20:44:20 rcyeske Exp $ +## $Id: Makefile.am,v 1.10 2001/02/25 22:01:41 rcyeske Exp $ bin_PROGRAMS = ratpoison @@ -46,5 +46,5 @@ ratpoison_SOURCES = actions.c \ number.h \ ratpoison.h \ sbuf.c \ - sbuf.h \ - themes.h + sbuf.h + |