mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-21 09:15:46 +01:00
more fixes for missing linking flags in some cases
This commit is contained in:
@@ -30,9 +30,9 @@ Changes since version 0.92.0:
|
||||
applications cannot interoperate with GNUstep applications (which uses
|
||||
xdnd version 2). Xdnd version 4 and 5 are backwards compatible with
|
||||
version 3 though. (Sylvain Reynal <sreynal@nerim.net>)
|
||||
- Improved Info panel display.
|
||||
- Improved Info panel layout and fonts.
|
||||
- Fixed missing library paths when linking some binaries on certain
|
||||
platforms with a recent pkg-config
|
||||
platforms with a recent pkg-config (debian unstable/sid for one)
|
||||
|
||||
|
||||
Changes since version 0.91.0:
|
||||
|
||||
@@ -119,6 +119,7 @@ INCLUDES = \
|
||||
wmaker_LDADD = \
|
||||
$(top_builddir)/WINGs/libWINGs.a\
|
||||
$(top_builddir)/wrlib/libwraster.la\
|
||||
@XLFLAGS@ \
|
||||
@XFTLIBS@ \
|
||||
@XLIBS@ \
|
||||
@INTLIBS@ \
|
||||
@@ -127,6 +128,7 @@ wmaker_LDADD = \
|
||||
#wsmap_LDADD = \
|
||||
# $(top_builddir)/WINGs/libWINGs.a\
|
||||
# $(top_builddir)/wrlib/libwraster.la\
|
||||
# @XLFLAGS@ \
|
||||
# @XFTLIBS@ \
|
||||
# @XLIBS@ \
|
||||
# @INTLIBS@ \
|
||||
|
||||
Reference in New Issue
Block a user