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