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.
14 lines
433 B
14 lines
433 B
15 years ago
|
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_KDECORE)
|
||
|
libknewstickercommon_la_LDFLAGS = $(all_libraries) -no-undefined
|