diff options
author | fluxgen <fluxgen> | 2003-06-13 10:56:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-13 10:56:58 (GMT) |
commit | 6add92330be5c62d039469d28ce8d899d613bba6 (patch) | |
tree | 93d73a337820c1146fa3c6e49476e3a674992d28 /util/Makefile.am | |
parent | e2ace16479a73e8046cbb23e6dad2fee8693d799 (diff) | |
download | fluxbox_pavel-6add92330be5c62d039469d28ce8d899d613bba6.zip fluxbox_pavel-6add92330be5c62d039469d28ce8d899d613bba6.tar.bz2 |
renamed i18n to I18n
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index f1ff4df..63820c6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/ | |||
4 | bin_SCRIPTS = fbsetbg fluxbox-generate_menu | 4 | bin_SCRIPTS = fbsetbg fluxbox-generate_menu |
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 ../src/FbAtoms.o \ | 7 | bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o \ |
8 | ../src/FbTk/libFbTk.a | 8 | ../src/FbTk/libFbTk.a |
9 | 9 | ||
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |