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.
13 lines
316 B
13 lines
316 B
INCLUDES=$(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkdesasl.la
|
|
METASOURCES = AUTO
|
|
|
|
kdesaslincludedir = $(includedir)/kio
|
|
kdesaslinclude_HEADERS = kdesasl.h
|
|
|
|
libkdesasl_la_SOURCES = kdesasl.cpp
|
|
libkdesasl_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined
|
|
libkdesasl_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
|
|
|