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
476 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.cpp \
vpolyline.cpp \
vpolygon.cpp \
vrectangle.cpp \
vsinus.cpp \
vspiral.cpp \
vstar.cpp
libkarbonshapes_la_METASOURCES = \
AUTO