aboutsummaryrefslogtreecommitdiffstats
path: root/finance/xinvest/files/patch-ac
blob: 1f4ef14afa8e829006ec0d33f01acc50d144de69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Imakefile.orig	Tue Sep 23 08:50:46 1997
+++ Imakefile	Thu Oct 26 03:46:58 2000
@@ -11,7 +11,7 @@
 
 DEFINES = -DSHAPE
 INCLUDES = -I$(INCROOT)/X11
-SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm ${MOTIFLIB}
 DEPLIBS = 
 
 SRCS =	account.c askuser.c calendar.c color.c drawing.c \
@@ -25,5 +25,5 @@
 	util.o xinvest.o xutil.o
 
 
-ComplexProgramTarget(Xinvest)
+ComplexProgramTargetNoMan(Xinvest)
 InstallAppDefaults(Xinvest)