blob: b6bff277e5e743ba65e11460ec9eccb31d9d6d0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if BUILD_EXAMPLES
EXAMPLES_DIR=examples
else
EXAMPLES_DIR=
endif
SUBDIRS = \
docs \
include \
src \
$(EXAMPLES_DIR) \
tools
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fusiondale.pc
|