summaryrefslogtreecommitdiffstats
path: root/ksayit/KTTSD_Lib/Makefile.am
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit00bb99ac80741fc50ef8a289719373032f2391eb (patch)
tree3a5a9bf72f942784b38bf77dd66c534662fab5f2 /ksayit/KTTSD_Lib/Makefile.am
downloadtdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.tar.gz
tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit/KTTSD_Lib/Makefile.am')
-rw-r--r--ksayit/KTTSD_Lib/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/ksayit/KTTSD_Lib/Makefile.am b/ksayit/KTTSD_Lib/Makefile.am
new file mode 100644
index 0000000..0a26093
--- /dev/null
+++ b/ksayit/KTTSD_Lib/Makefile.am
@@ -0,0 +1,23 @@
+INCLUDES = \
+ $(KTTS_KSPEECH_INCLUDE) \
+ $(all_includes)
+
+METASOURCES = AUTO
+libKTTSD_Lib_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 0:1
+lib_LTLIBRARIES = libKTTSD_Lib.la
+libKTTSD_Lib_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE)
+noinst_HEADERS = kttsdlib.h kttsdlibsetupimpl.h kttsdlibtalker2.h kdeexportfix.h
+
+kspeech_DIR = $(KTTS_KSPEECH_DIR)
+kspeechsink_DIR = $(KTTS_KSPEECH_DIR)
+
+libKTTSD_Lib_la_SOURCES = \
+ kspeech.stub kspeechsink.skel \
+ kttsdlib.cpp \
+ kttsdlibsetupimpl.cpp \
+ KTTSDlibSetup.ui \
+ kttsdlibtalker2.cpp
+AM_CXXFLAGS = -fPIC
+
+messages: rc.cpp
+ $(XGETTEXT) *.cpp *.h -o $(podir)/libKTTSD.pot