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
390 B
14 lines
390 B
AM_CPPFLAGS = -I$(srcdir)/.. $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libknewstuff.la
|
|
|
|
libknewstuff_la_LDFLAGS = $(all_libraries)
|
|
libknewstuff_la_LIBADD = $(LIB_KIO)
|
|
libknewstuff_la_SOURCES = engine.cpp entry.cpp downloaddialog.cpp \
|
|
uploaddialog.cpp providerdialog.cpp provider.cpp knewstuff.cpp \
|
|
knewstuffgeneric.cpp knewstuffsecure.cpp security.cpp
|
|
|
|
KDE_ICON=AUTO
|