support MOTIFLIB

This commit is contained in:
Michael Haro 1999-04-27 19:30:27 +00:00
parent 1db0bfe975
commit 29ea84915b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18170
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- Imakefile.orig Tue Apr 27 12:27:54 1999
+++ Imakefile Tue Apr 27 12:28:19 1999
@@ -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 \

View file

@ -0,0 +1,11 @@
--- Imakefile.orig Tue Apr 27 12:27:54 1999
+++ Imakefile Tue Apr 27 12:28:19 1999
@@ -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 \