blob: a0d080f8f3176e4a99938bed908b8647490a1856 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- Imakefile.orig Sat May 1 16:45:28 2004
+++ Imakefile Sun May 30 00:55:59 2004
@@ -13,16 +13,16 @@
DEFINES = -DSHAPE -DXQUOTE
INCLUDES = -I$(INCROOT)/X11
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -lXbae
DEPLIBS =
SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \
opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \
- sessionXq.c status.c tape.c util.c view.c xquote.c xutil.c
+ sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c
OBJS = about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \
opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \
- sessionXq.o status.o tape.o util.o view.o xquote.o xutil.o
+ sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o
-ComplexProgramTarget(Xquote)
+ComplexProgramTargetNoMan(Xquote)
InstallAppDefaults(Xquote)
|