SVN commit 537801 by bram: There are *.cpp files as well - fix messages target CCMAIL:koffice-devel@kde.org CCMAIL:kde-i18n-doc@kde.org M +2 -2 Makefile.am --- branches/koffice/1.5/koffice/krita/Makefile.am #537800:537801 @@ -27,7 +27,7 @@ rcdir = $(kde_datadir)/krita rc_DATA = krita.rc krita_readonly.rc -SUBDIRS = sdk kritacolor core ui . dtd colorspaces plugins data pics +SUBDIRS = sdk kritacolor core ui . dtd colorspaces plugins data pics # Needed to compile libkritacommon.la, which has no source files to itself # but everything in static libs. dummy.cc: @@ -37,7 +37,7 @@ $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp $(EXTRACTRC) `find . -name \*.rc` >> rc.cpp perl extracti18n.pl > i18ndata - $(XGETTEXT) i18ndata rc.cpp `find . -name \*.cc -o -name \*.h` ui/kis_aboutdata.h -o $(podir)/krita.pot + $(XGETTEXT) i18ndata rc.cpp `find . -name \*.cc -o -name \*.h -o -name \*.cpp` ui/kis_aboutdata.h -o $(podir)/krita.pot rm -f i18ndata DOXYGEN_EXCLUDE = CImg.h colorspaces plugins kritacolor/colorspaces core/tiles