1998-12-23 01:47:27 +00:00
|
|
|
--- Imakefile.orig Sun Dec 13 16:59:08 1998
|
|
|
|
+++ Imakefile Sun Dec 13 17:37:16 1998
|
|
|
|
@@ -13,6 +13,17 @@
|
|
|
|
XPOLL_DEF = -DNO_XPOLL_H
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef USE_XAW3DLIB
|
|
|
|
+#undef XawClientLibs
|
|
|
|
+#define XawClientLibs -lXaw3d $(XMULIB) $(XTOOLLIB) $(XLIB)
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifdef USE_NEXTAWLIB
|
|
|
|
+#undef XawClientLibs
|
|
|
|
+#define XawClientLibs -lneXtaw $(XMULIB) $(XTOOLLIB) $(XLIB)
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+
|
|
|
|
/*
|
|
|
|
* add -DWTMP and -DLASTLOG if you want them.
|
|
|
|
*/
|
|
|
|
@@ -81,7 +90,7 @@
|
1996-11-01 13:43:31 +00:00
|
|
|
SpecialCObjectRule(charproc,$(_NOOP_),$(MISC_DEFINES))
|
1994-11-18 02:55:04 +00:00
|
|
|
|
1996-11-01 13:43:31 +00:00
|
|
|
#if InstallXtermSetUID
|
1998-12-23 01:47:27 +00:00
|
|
|
-SetUIDProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(XPMLIB) $(TERMCAPLIB) $(PTYLIB))
|
|
|
|
+SetUIDProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(XPMLIB) $(TERMCAPLIB) $(PTYLIB) -lxpg4)
|
1994-11-18 02:55:04 +00:00
|
|
|
#else
|
1998-12-23 01:47:27 +00:00
|
|
|
NormalProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(XPMLIB) $(TERMCAPLIB) $(PTYLIB))
|
1994-11-18 02:55:04 +00:00
|
|
|
#endif
|