diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-15 18:23:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-15 18:23:18 +0000 |
commit | 3133bbc63a2d32dac638db58fa13e966488e88b5 (patch) | |
tree | 326595b5fefc87fd7cf5ab3905bc00883fe3c919 /lib/libchmfile/Makefile.am | |
download | kchmviewer-3133bbc63a2d32dac638db58fa13e966488e88b5.tar.gz kchmviewer-3133bbc63a2d32dac638db58fa13e966488e88b5.zip |
Added abandoned KDE3 version of kchmviewer
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1090662 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/libchmfile/Makefile.am')
-rw-r--r-- | lib/libchmfile/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libchmfile/Makefile.am b/lib/libchmfile/Makefile.am new file mode 100644 index 0000000..2e16016 --- /dev/null +++ b/lib/libchmfile/Makefile.am @@ -0,0 +1,10 @@ +lib_LIBRARIES=libchmfile.a +libchmfile_a_SOURCES = libchmfile.cpp libchmfile_search.cpp libchmfileimpl.cpp \ + libchmtextencoding.cpp libchmtocimage.cpp +noinst_HEADERS = libchmfile.h bitfiddle.h libchmfileimpl.h libchmtextencoding.h \ + libchmtocimage.h libchmurlfactory.h + +INCLUDES = $(QT_INCLUDES) $(CHM_INCLUDES) $(KDE_INCLUDES) + +METASOURCES = AUTO +KDE_OPTIONS = qtonly |