From 8d3d9ae75c3b023288af18492713b00ca8244fe1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 23:26:51 +0000 Subject: add rect --- otk_c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk_c/Makefile') diff --git a/otk_c/Makefile b/otk_c/Makefile index 28c1488a..9a93825d 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -3,8 +3,8 @@ exec_prefix=$(prefix) libdir=$(exec_prefix)/lib targets = libotk.so libotk.a -sources = display.c screeninfo.c -headers = display.h screeninfo.h +sources = display.c screeninfo.c rect.c +headers = display.h screeninfo.h rect.h CFLAGS+=-I/usr/gwar/include/python2.2 -- cgit v1.2.3