You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
370 B
11 lines
370 B
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
|