diff --git a/ChangeLog b/ChangeLog index ad2596b1..964b79b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ) -- 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: diff --git a/src/Makefile.am b/src/Makefile.am index f12dae32..2e720375 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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@ \