From 079279c693b2b15c04bdd3a4d297bb8ea58c7564 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 27 Apr 2005 12:19:05 +0000 Subject: close #1107216, buildsystem issue --- ChangeLog | 2 ++ nls/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06306e1..500d11d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ (Format: Year/Month/Day) Changes for 0.9.13 *05/04/27: + * Close #1107216 (from the OpenBSD patches) + nls/Makefile.am * Fix #1182770 (Mathias) session.screen*.workspaces: and the number of workspaces in the running fluxbox were out of sync and lead to diff --git a/nls/Makefile.am b/nls/Makefile.am index 867a4df..52be2fc 100644 --- a/nls/Makefile.am +++ b/nls/Makefile.am @@ -17,5 +17,5 @@ distclean-local: rm -f *\~ fluxbox-nls.hh: - chmod +x nlsinfo - ./nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh + chmod +x {srcdir}/nlsinfo + ${srcdir}/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh -- cgit v0.11.2