diff options
author | rathnor <rathnor> | 2004-06-08 13:15:30 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-08 13:15:30 (GMT) |
commit | b1b3a6b8d241388eef6d31029e2791a8e9cfaeba (patch) | |
tree | 0203940d67dee1025c11dd997ecb825d18db0f03 /util/Makefile.am | |
parent | b659c2583c5a8825da34b94977fab213ab7946d4 (diff) | |
download | fluxbox_pavel-b1b3a6b8d241388eef6d31029e2791a8e9cfaeba.zip fluxbox_pavel-b1b3a6b8d241388eef6d31029e2791a8e9cfaeba.tar.bz2 |
more nls updates
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 66376f4..3e45aa6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -4,8 +4,8 @@ INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk | |||
4 | bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox | 4 | bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox |
5 | bin_PROGRAMS= bsetroot | 5 | bin_PROGRAMS= bsetroot |
6 | bsetroot_SOURCES= bsetroot.cc bsetroot.hh | 6 | bsetroot_SOURCES= bsetroot.cc bsetroot.hh |
7 | bsetroot_LDADD= ../src/FbRootWindow.o ../src/I18n.o \ | 7 | bsetroot_LDADD= ../src/FbRootWindow.o ../src/FbAtoms.o \ |
8 | ../src/FbAtoms.o ../src/FbTk/libFbTk.a | 8 | ../src/FbTk/libFbTk.a |
9 | 9 | ||
10 | MAINTAINERCLEANFILES= Makefile.in | 10 | MAINTAINERCLEANFILES= Makefile.in |
11 | EXTRA_DIST= fbsetbg fluxbox-generate_menu.in \ | 11 | EXTRA_DIST= fbsetbg fluxbox-generate_menu.in \ |
@@ -33,7 +33,5 @@ fluxbox-generate_menu: fluxbox-generate_menu.in | |||
33 | 33 | ||
34 | ../src/FbRootWindow.o: | 34 | ../src/FbRootWindow.o: |
35 | cd ../src && ${MAKE} FbRootWindow.o | 35 | cd ../src && ${MAKE} FbRootWindow.o |
36 | ../src/I18n.o: | ||
37 | cd ../src && ${MAKE} I18n.o | ||
38 | ../src/FbAtoms.o: | 36 | ../src/FbAtoms.o: |
39 | cd ../src && ${MAKE} FbAtoms.o | 37 | cd ../src && ${MAKE} FbAtoms.o |