[Uml-devel] branches/trinity/kdesdk/umbrello/umbrello

Timothy Pearson kb9vqf at pearsoncomputing.net
Mon Jan 11 04:42:35 UTC 2010


SVN commit 1072836 by tpearson:

Fix build on gcc4.x+


 M  +3 -3      Makefile.am  


--- branches/trinity/kdesdk/umbrello/umbrello/Makefile.am #1072835:1072836
@@ -138,13 +138,13 @@
 umbrello_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
 
 messages: rc.cpp
-	$(PREPARETIPS) > tips.cpp
+	$(PREPARETIPS) > tips.txt
 	$(EXTRACTRC) *.rc codegenerators/*.ui dialogs/*.ui > ./rc.cpp
-	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
+	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.txt -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
 	if test -n "$$LIST"; then \
 	 $(XGETTEXT) $$LIST -o $(podir)/umbrello.pot; \
 	fi
-	rm -f tips.cpp
+	rm -f tips.txt
 
 version.h: $(top_srcdir)/umbrello/VERSION
 	printf "#undef UMBRELLO_VERSION\n#define UMBRELLO_VERSION \"`cat $(top_srcdir)/umbrello/VERSION`\"\n" > version.h




More information about the umbrello-devel mailing list