summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-11 04:42:35 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-11 04:42:35 +0000
commit07167c5ccd82bec3b98fd4bf5955f62df61d3dfa (patch)
tree6f1931785bf6526439c69f5db4f2ee76833a9373
parent2091dfe763b0982a77557b325173bb8f2e3274b2 (diff)
downloadtdesdk-07167c5c.tar.gz
tdesdk-07167c5c.zip
Fix build on gcc4.x+
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1072836 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--umbrello/umbrello/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/Makefile.am b/umbrello/umbrello/Makefile.am
index bccd738e..2c625a1e 100644
--- a/umbrello/umbrello/Makefile.am
+++ b/umbrello/umbrello/Makefile.am
@@ -138,13 +138,13 @@ METASOURCES = AUTO
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