aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.am
diff options
context:
space:
mode:
authormathias <mathias>2005-04-27 12:19:05 (GMT)
committermathias <mathias>2005-04-27 12:19:05 (GMT)
commit079279c693b2b15c04bdd3a4d297bb8ea58c7564 (patch)
treeec7d368256ac0b78056bf1c30fcb57416646b5d9 /nls/Makefile.am
parentb97c3db25193c3b549e46910604d27e5ff92baa2 (diff)
downloadfluxbox-079279c693b2b15c04bdd3a4d297bb8ea58c7564.zip
fluxbox-079279c693b2b15c04bdd3a4d297bb8ea58c7564.tar.bz2
close #1107216, buildsystem issue
Diffstat (limited to 'nls/Makefile.am')
-rw-r--r--nls/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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
19fluxbox-nls.hh: 19fluxbox-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