diff options
Diffstat (limited to 'sv4Lib.tmpl')
-rw-r--r-- | sv4Lib.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sv4Lib.tmpl b/sv4Lib.tmpl index a0d2e48..d209e83 100644 --- a/sv4Lib.tmpl +++ b/sv4Lib.tmpl @@ -13,7 +13,7 @@ XMULIBONLY = -lXmu XMULIB = $(XMULIBONLY) -z nodefs #endif #ifndef XawClientLibs -# define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XPMLIB) $(XLIB) +# define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XPMLIB) $(EXTRAXAWCLIENTLIBS) $(XLIB) #endif #if 0 |