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
217 B
13 lines
217 B
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
|
noinst_LTLIBRARIES = libcutestuff_util.la
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
libcutestuff_util_la_SOURCES = \
|
||
|
base64.cpp \
|
||
|
bytestream.cpp \
|
||
|
qrandom.cpp \
|
||
|
safedelete.cpp \
|
||
|
sha1.cpp \
|
||
|
showtextdlg.cpp
|