From e401dac992736a1a0ba3ee20146c9fec37a80df7 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 7 Mar 2003 04:42:15 +0000 Subject: * src/Makefile.am (ratpoison_SOURCES): remove list.h and list.c, add window.c and window.h * src/ratpoison.h: include window.h instead of list.h --- src/Makefile.am | 9 ++++----- src/ratpoison.h | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 6f907dd..d776330 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.11 2001/04/01 01:17:53 sabetts Exp $ +## $Id: Makefile.am,v 1.12 2003/03/07 04:42:15 sabetts Exp $ bin_PROGRAMS = ratpoison @@ -36,8 +36,6 @@ ratpoison_SOURCES = actions.c \ getopt1.c \ input.c \ input.h \ - list.c \ - list.h \ main.c \ manage.c \ manage.h \ @@ -48,5 +46,6 @@ ratpoison_SOURCES = actions.c \ sbuf.c \ sbuf.h \ split.c \ - split.h - + split.h \ + window.c \ + window.h \ No newline at end of file diff --git a/src/ratpoison.h b/src/ratpoison.h index ca2d169..c0b725c 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -57,7 +57,7 @@ extern XGCValues gv; #include "data.h" #include "manage.h" -#include "list.h" +#include "window.h" #include "bar.h" #include "events.h" #include "number.h" -- cgit v1.2.3