diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | nls/Makefile.am | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/04/27: | 3 | *05/04/27: |
4 | * Close #1107216 (from the OpenBSD patches) | ||
5 | nls/Makefile.am | ||
4 | * Fix #1182770 (Mathias) | 6 | * Fix #1182770 (Mathias) |
5 | session.screen*.workspaces: <int> and the number of | 7 | session.screen*.workspaces: <int> and the number of |
6 | workspaces in the running fluxbox were out of sync and lead to | 8 | 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: | |||
17 | rm -f *\~ | 17 | rm -f *\~ |
18 | 18 | ||
19 | fluxbox-nls.hh: | 19 | fluxbox-nls.hh: |
20 | chmod +x nlsinfo | 20 | chmod +x {srcdir}/nlsinfo |
21 | ./nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh | 21 | ${srcdir}/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh |