blob: 60bc3caa26e4d6ef0ed9cc2e9ecf82b0bff87d41 (
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.cc \
vselectobjects.cc \
vdrawselection.cc \
vselectiondesc.cc \
vtransformnodes.cc \
vcomputeboundingbox.cc
libkarbonvisitors_la_METASOURCES = \
AUTO
|