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.
25 lines
560 B
25 lines
560 B
kde4_header() |
|
|
|
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) |
|
|
|
|
|
########### next target ############### |
|
|
|
|
|
########### install files ############### |
|
|
|
|
|
kde4_footer() |
|
|
|
|
|
|
|
#original Makefile.am contents follow: |
|
|
|
#noinst_LTLIBRARIES = libchmfile.la |
|
# |
|
#INCLUDES = -I$(srcdir)/../.. -I$(top_builddir)/kpdf $(all_includes) |
|
# |
|
#libchmfile_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) |
|
#libchmfile_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_QT) -lchm |
|
#libchmfile_la_SOURCES = kchmtextencoding.cpp xchmfile.cpp iconstorage.cpp kchmurl.cpp kchmtreeviewitem.cpp |
|
#
|
|
|