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
326 B
13 lines
326 B
INCLUDES=$(all_includes)
|
|
|
|
lib_LTLIBRARIES = libtdentlm.la
|
|
METASOURCES = AUTO
|
|
|
|
tdentlmincludedir = $(includedir)/tdeio
|
|
tdentlminclude_HEADERS = tdentlm.h
|
|
|
|
libtdentlm_la_SOURCES = tdentlm.cpp des.cpp
|
|
libtdentlm_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 -no-undefined
|
|
libtdentlm_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
|
|
|