openbsd-ports/x11/aterm/patches/patch-src_Makefile_in
2002-01-20 08:41:28 +00:00

21 lines
874 B
Plaintext

--- src/Makefile.in.orig Sat Jan 19 23:25:51 2002
+++ src/Makefile.in Sat Jan 19 23:26:35 2002
@@ -19,13 +19,14 @@
SRCS = command.c graphics.c grkelot.c main.c menubar.c misc.c \
netdisp.c rmemset.c screen.c @SBARFILE@.c utmp.c xdefaults.c \
- pixmap.c ximage_utils.c thai.c
+ pixmap.c ximage_utils.c thai.c cli_xcin.c
OBJS = command.o graphics.o grkelot.o main.o menubar.o misc.o \
netdisp.o rmemset.o screen.o @SBARFILE@.o utmp.o xdefaults.o \
- pixmap.o ximage_utils.o thai.o
+ pixmap.o ximage_utils.o thai.o cli_xcin.o
-HDRS = feature.h protos.h grkelot.h rxvt.h rxvtgrx.h screen.h version.h thai.h
+HDRS = feature.h protos.h grkelot.h rxvt.h rxvtgrx.h screen.h version.h \
+ thai.h state.h protocol.h
PROS = command.pro graphics.pro grkelot.pro main.pro menubar.pro misc.pro \
netdisp.pro rmemset.pro screen.pro @SBARFILE@.pro utmp.pro xdefaults.pro \