mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 07:14:18 +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
|
applications cannot interoperate with GNUstep applications (which uses
|
||||||
xdnd version 2). Xdnd version 4 and 5 are backwards compatible with
|
xdnd version 2). Xdnd version 4 and 5 are backwards compatible with
|
||||||
version 3 though. (Sylvain Reynal <sreynal@nerim.net>)
|
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
|
- 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:
|
Changes since version 0.91.0:
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ INCLUDES = \
|
|||||||
wmaker_LDADD = \
|
wmaker_LDADD = \
|
||||||
$(top_builddir)/WINGs/libWINGs.a\
|
$(top_builddir)/WINGs/libWINGs.a\
|
||||||
$(top_builddir)/wrlib/libwraster.la\
|
$(top_builddir)/wrlib/libwraster.la\
|
||||||
|
@XLFLAGS@ \
|
||||||
@XFTLIBS@ \
|
@XFTLIBS@ \
|
||||||
@XLIBS@ \
|
@XLIBS@ \
|
||||||
@INTLIBS@ \
|
@INTLIBS@ \
|
||||||
@@ -127,6 +128,7 @@ wmaker_LDADD = \
|
|||||||
#wsmap_LDADD = \
|
#wsmap_LDADD = \
|
||||||
# $(top_builddir)/WINGs/libWINGs.a\
|
# $(top_builddir)/WINGs/libWINGs.a\
|
||||||
# $(top_builddir)/wrlib/libwraster.la\
|
# $(top_builddir)/wrlib/libwraster.la\
|
||||||
|
# @XLFLAGS@ \
|
||||||
# @XFTLIBS@ \
|
# @XFTLIBS@ \
|
||||||
# @XLIBS@ \
|
# @XLIBS@ \
|
||||||
# @INTLIBS@ \
|
# @INTLIBS@ \
|
||||||
|
|||||||
Reference in New Issue
Block a user