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.
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libknewstickercommon.la
|
|
|
|
|
|
|
|
noinst_HEADERS = configiface.h configaccess.h newsiconmgr.h xmlnewsaccess.h \
|
|
|
|
newsengine.h
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
libknewstickercommon_la_SOURCES = newsiconmgr.cpp xmlnewsaccess.cpp \
|
|
|
|
configaccess.cpp newsiconmgr.skel newsengine.cpp
|
|
|
|
libknewstickercommon_la_LIBADD = $(LIB_KIO) $(LIB_TDECORE)
|
|
|
|
libknewstickercommon_la_LDFLAGS = $(all_libraries) -no-undefined
|