blob: a9af1e0628819d0e52e2d818259577f263e0fc98 (
plain)
1
2
3
4
5
6
7
8
9
|
if with_included_sqlite3
SQLITE3_SUBDIR = sqlite3
endif
COMPILE_FIRST = sqlite2 $(SQLITE3_SUBDIR)
SUBDIRS = sqlite2 $(SQLITE3_SUBDIR) lprof histogram levels curves whitebalance dmetadata \
dimg threadimageio themeengine widgets greycstoration \
thumbbar jpegutils imageproperties dialogs
|