diff options
Diffstat (limited to 'kde2/plugins/Makefile.am')
-rw-r--r-- | kde2/plugins/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde2/plugins/Makefile.am b/kde2/plugins/Makefile.am index 35d3f27..844ebc8 100644 --- a/kde2/plugins/Makefile.am +++ b/kde2/plugins/Makefile.am @@ -1,6 +1,4 @@ -AM_CPPFLAGS = -DQT_NO_CAST_ASCII - INCLUDES = $(all_includes) -I$(top_srcdir)/lib LDFLAGS = $(all_libraries) @@ -18,6 +16,9 @@ noinst_HEADERS = plpprops.h plppropsFactory.h pie3dpiece.h pie3dwidget.h services_DATA = plpprops.desktop servicesdir = $(kde_servicesdir) + +messages: + $(XGETTEXT) -C -ki18n -kI18N_NOOP -ktranslate -kaliasLocale *.cc *.cpp *.h && mv messages.po ../po/libplpprops.pot # # remove all intermediate files that can be recreated using # Makefile.cvs |