summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am9
-rw-r--r--src/ratpoison.h2
2 files changed, 5 insertions, 6 deletions
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"