diff options
Diffstat (limited to 'kttsd/Makefile.am')
-rw-r--r-- | kttsd/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kttsd/Makefile.am b/kttsd/Makefile.am new file mode 100644 index 0000000..5a54368 --- /dev/null +++ b/kttsd/Makefile.am @@ -0,0 +1,19 @@ +# The build order must be libktts, then libkttsd, then the rest. +SUBDIRS = \ + compat \ + libkttsd \ + players \ + plugins \ + filters \ + kttsd \ + kttsjobmgr \ + kcmkttsmgr \ + kttsmgr \ + app-plugins \ + icons + +messages: rc.cpp + $(EXTRACTRC) */*.rc */*/*.rc >> rc.cpp + $(EXTRACTRC) */*.ui */*/*.ui >> rc.cpp + $(EXTRACTRC) --tag=name --context=FestivalVoiceName plugins/festivalint/voices >> rc.cpp + $(XGETTEXT) rc.cpp */*.cpp */*.h */*/*.cpp */*/*.h -o $(podir)/kttsd.pot |