diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
commit | 0292059f4a16434600564cfa3f0ad2309a508a54 (patch) | |
tree | d95953cd53011917c4df679b96aedca39401b54f /doc/sources/ttx/Makefile.am | |
download | libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.tar.gz libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.zip |
Added libksquirrel for KDE3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/sources/ttx/Makefile.am')
-rw-r--r-- | doc/sources/ttx/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/sources/ttx/Makefile.am b/doc/sources/ttx/Makefile.am new file mode 100644 index 0000000..4b3418e --- /dev/null +++ b/doc/sources/ttx/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = -I.. -I../include + +lib_LTLIBRARIES = libSQ_codec_ttx.la + +libSQ_codec_ttx_la_SOURCES = fmt_codec_ttx.cpp fmt_codec_ttx_defs.h + +libSQ_codec_ttx_la_LDFLAGS = -release 0.1.0 + +libSQ_codec_ttx_la_LIBADD = |