You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
578 B
29 lines
578 B
15 years ago
|
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
|