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/shapes/Makefile.am

30 lines
469 B

INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
-I$(srcdir)/.. \
-I$(srcdir)/../core \
-I$(srcdir)/../commands \
$(all_includes)
noinst_LTLIBRARIES = libkarbonshapes.la
noinst_HEADERS = \
vellipse.h \
vpolyline.h \
vpolygon.h \
vrectangle.h \
vsinus.h \
vspiral.h \
vstar.h
libkarbonshapes_la_SOURCES = \
vellipse.cc \
vpolyline.cc \
vpolygon.cc \
vrectangle.cc \
vsinus.cc \
vspiral.cc \
vstar.cc
libkarbonshapes_la_METASOURCES = \
AUTO