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

37 lines
656 B

INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
-I$(srcdir)/.. \
-I$(srcdir)/../core \
-I$(srcdir)/../commands \
-I$(srcdir)/../render \
-I$(srcdir)/../tools \
-I$(srcdir)/../widgets \
-I$(srcdir)/../dialogs \
$(all_includes)
noinst_LTLIBRARIES = \
libkarbondockers.la
noinst_HEADERS = \
vcolordocker.h \
vdocumentdocker.h \
vstrokedocker.h \
vstyledocker.h \
vtransformdocker.h
libkarbondockers_la_SOURCES = \
dummy.cpp \
vcolordocker.cpp \
vdocumentdocker.cpp \
vstrokedocker.cpp \
vstyledocker.cpp \
vtransformdocker.cpp
libkarbondockers_la_METASOURCES = AUTO
DISTCLEANFILES = \
dummy.cpp
dummy.cpp:
echo > dummy.cpp