aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-06-07 11:46:05 (GMT)
committerrathnor <rathnor>2004-06-07 11:46:05 (GMT)
commitfff4456dee29e675d7f2ed3490db39bcb7e10e53 (patch)
tree2d2dbf386551773cbdc8231b2a93b493187bd733 /src/Makefile.am
parent073065ac56b388db1169108d44f37d32f1d19c67 (diff)
downloadfluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip
fluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2
update NLS string handling...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9a430e1..c42ae12 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,9 +41,8 @@ defaults.hh: Makefile
41 echo '#define DEFAULT_INITFILE "$(pkgdatadir)/init"' >> defaults.hh 41 echo '#define DEFAULT_INITFILE "$(pkgdatadir)/init"' >> defaults.hh
42 echo '#define LOCALEPATH "$(pkgdatadir)/nls"' >> defaults.hh 42 echo '#define LOCALEPATH "$(pkgdatadir)/nls"' >> defaults.hh
43 43
44# some extra deps for I18n and fluxbox 44# an extra dep for fluxbox
45 45
46I18n.$(OBJEXT): defaults.hh
47fluxbox.$(OBJEXT): defaults.hh 46fluxbox.$(OBJEXT): defaults.hh
48 47
49if NEWWMSPEC 48if NEWWMSPEC
@@ -78,7 +77,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
78 FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ 77 FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \
79 FbWinFrameTheme.hh FbWinFrameTheme.cc \ 78 FbWinFrameTheme.hh FbWinFrameTheme.cc \
80 fluxbox.cc fluxbox.hh \ 79 fluxbox.cc fluxbox.hh \
81 I18n.cc I18n.hh \
82 Keys.cc Keys.hh main.cc \ 80 Keys.cc Keys.hh main.cc \
83 Netizen.cc Netizen.hh \ 81 Netizen.cc Netizen.hh \
84 RootTheme.hh RootTheme.cc \ 82 RootTheme.hh RootTheme.cc \