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.
koffice/karbon/visitors/Makefile.am

29 lines
584 B

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