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
298 B
13 lines
298 B
15 years ago
|
INCLUDES=$(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libkntlm.la
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kntlmincludedir = $(includedir)/kio
|
||
|
kntlminclude_HEADERS = kntlm.h
|
||
|
|
||
|
libkntlm_la_SOURCES = kntlm.cpp des.cpp
|
||
|
libkntlm_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 -no-undefined
|
||
|
libkntlm_la_LIBADD = $(LIB_KDECORE)
|
||
|
|