blob: e4ce58ccc188f1d42c9bd780dd586b7d9f5e936d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
INCLUDES = \
$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
-I$(srcdir)/.. \
-I$(srcdir)/../core \
-I$(srcdir)/../tools \
-I$(srcdir)/../render \
$(LIBFREETYPE_CFLAGS) $(all_includes)
noinst_LTLIBRARIES = libkarbonvisitors.la
noinst_HEADERS = \
vselectnodes.h \
vselectobjects.h \
vdrawselection.h \
vselectiondesc.h \
vtransformnodes.h \
vcomputeboundingbox.h
libkarbonvisitors_la_SOURCES = \
vselectnodes.cpp \
vselectobjects.cpp \
vdrawselection.cpp \
vselectiondesc.cpp \
vtransformnodes.cpp \
vcomputeboundingbox.cpp
libkarbonvisitors_la_METASOURCES = \
AUTO
|