blob: 649c0fcfce72c1c9485b61b77ef1bafb4ee4a58b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|