summaryrefslogtreecommitdiff
path: root/x11/libhelp/files/patch-ab
blob: f244037a4ed26aec93f95d694347074d5c50cbe4 (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
24
--- libhelp/Imakefile.orig	Wed Jun 28 05:59:58 1995
+++ libhelp/Imakefile	Sun May  2 12:41:56 1999
@@ -56,7 +56,7 @@
              CC = c89
          HPDEFS = -D_HPUX_SOURCE
          HPINCS = -I/usr/include/Motif1.2 
-       MOTIFLIB = -L/usr/lib/Motif1.2 -lXm
+       MOTIFLIB = -L/usr/lib/Motif1.2 -lXm ${MOTIFLIB}
 #endif
 
         SYSINCS = -I/usr/local/X11R5/include $(SUNINCS) $(HPINCS)
@@ -99,9 +99,11 @@
 XCOMM libhelp.a
 
 NormalLibraryTarget($(LIBHELP),$(OBJS))
+InstallLibrary($(LIBHELP),$(USRLIBDIR))
+InstallNonExecFile(help.h,$(INCDIR))
 
 XCOMM thelp (only for testing, not distributed)
 
 NormalProgramTarget(thelp,$(TESTOBJ),$(HLIB),$(THELPLIBS),$(SYSTEM_LIBS))
 
-DependTarget()
+DependTarget()