summaryrefslogtreecommitdiff
path: root/x11-toolkits/xbae/files/patch-aa
blob: 0c4d63dc02f2ccbd63982bdff3496bc11bdf849b (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
29
30
31
32
33
34
35
36
--- Xbae.tmpl.orig	Thu Jul 10 03:15:47 1997
+++ Xbae.tmpl	Sat May 29 16:49:32 1999
@@ -4,6 +4,7 @@
 XCOMM $Date: 1997/07/10 08:15:47 $
 XCOMM $Id: Xbae.tmpl,v 1.17 1997/07/10 08:15:47 lister Exp $
 
+#include <Motif.tmpl>
 #include "Xbae.rules"
 
 XCOMM Specify which libraries need to be built.  NOTE: If you want to try out
@@ -11,7 +12,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 +94,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 XmClientLibs -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
 #else
- LOCAL_LIBRARIES = -lXbae -lXm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
+ LOCAL_LIBRARIES = -lXbae XmClientLibs $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
 #endif
          DEPLIBS =
         INCLUDES = -I../../src
@@ -172,4 +173,3 @@
 osaber:
         XCOMM load $(ALLDEFINES) $(OBJS)
 #endif
-