blob: 9476f6947dcd4f827231455833d3ab07fdd9e4d2 (
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 03:15:47 1997
+++ Xbae.tmpl Sun May 30 09:43:38 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 ${MOTIFLIB} -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 ${MOTIFLIB} $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
#endif
DEPLIBS =
INCLUDES = -I../../src
@@ -172,4 +172,3 @@
osaber:
XCOMM load $(ALLDEFINES) $(OBJS)
#endif
-
|