diff options
author | onestone <onestone> | 2007-01-16 13:29:38 +0000 |
---|---|---|
committer | onestone <onestone> | 2007-01-16 13:29:38 +0000 |
commit | 0c00cddb88d7c7afcea350437ac391f7f969cb8b (patch) | |
tree | 7580e9867534c3fc5aff992ff4a84842641ccef5 /src | |
parent | 7e8554ae65efc0dc2d2713987a88532ee3020c0a (diff) | |
download | aquamarine-0c00cddb88d7c7afcea350437ac391f7f969cb8b.tar.gz aquamarine-0c00cddb88d7c7afcea350437ac391f7f969cb8b.tar.bz2 |
aquamarine: updated translations
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fc2a287..91bc12a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,5 +19,6 @@ KDE_CXXFLAGS = $(BERYLSETTINGS_CFLAGS) $(XCOMPOSITE_CFLAGS) $(DECOLIB_CFLAGS) METASOURCES = AUTO messages: rc.cpp - $(XGETTEXT) *.h *.cpp -o $(podir)/aquamarine.pot + $(EXTRACTRC) */*.ui >> rc.cpp + $(XGETTEXT) *.h *.cpp ../kcm/*.cpp ../kcm/*.h -o $(podir)/aquamarine.pot |