summaryrefslogtreecommitdiff
path: root/x11-toolkits/xbae/files/patch-aa
blob: 8667656ac32f1167b42c346827fcdcb4f0c35e13 (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
25
26
27
28
--- Xbae.tmpl.orig	Thu Jul 10 01:15:47 1997
+++ Xbae.tmpl	Tue Apr 27 12:47:02 1999
@@ -11,7 +11,7 @@
 XCOMM yes as the demos may have trouble finding the shared library.
 
 #define DoNormalLib		YES
-#define DoSharedLib		NO /* Don't define if you want the demos! */
+#define DoSharedLib		YES /* Don't define if you want the demos! */
 #define DoDebugLib		NO
 
 XCOMM Some of the examples use Wcl.  If you haven't got Wcl, it doesn't
@@ -93,9 +93,9 @@
    LOCAL_LDFLAGS = -L../../src $(EXTRA_LDOPTIONS)
 
 #if HaveXpm
- LOCAL_LIBRARIES = -lXbae -lXm -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
+ LOCAL_LIBRARIES = -lXbae -lXm -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ${MOTIFLIB}
 #else
- LOCAL_LIBRARIES = -lXbae -lXm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
+ LOCAL_LIBRARIES = -lXbae -lXm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ${MOTIFLIB}
 #endif
          DEPLIBS =
         INCLUDES = -I../../src
@@ -172,4 +172,3 @@
 osaber:
         XCOMM load $(ALLDEFINES) $(OBJS)
 #endif
-