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
318 B
13 lines
318 B
15 years ago
|
INCLUDES=$(all_includes)
|
||
|
|
||
13 years ago
|
lib_LTLIBRARIES = libtdesasl.la
|
||
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
12 years ago
|
tdesaslincludedir = $(includedir)/tdeio
|
||
13 years ago
|
tdesaslinclude_HEADERS = tdesasl.h
|
||
15 years ago
|
|
||
13 years ago
|
libtdesasl_la_SOURCES = tdesasl.cpp
|
||
13 years ago
|
libtdesasl_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined
|
||
13 years ago
|
libtdesasl_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
|
||
15 years ago
|
|