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.
24 lines
565 B
24 lines
565 B
KDE_OPTIONS = nofinal
|
|
|
|
INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
|
|
$(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libchalksdk.la
|
|
libchalksdk_la_SOURCES = kis_progress_subject.cc
|
|
libchalksdk_la_METASOURCES = AUTO
|
|
|
|
include_HEADERS = \
|
|
kis_annotation.h \
|
|
kis_canvas_controller.h \
|
|
kis_canvas_observer.h \
|
|
kis_canvas_subject.h \
|
|
kis_global.h \
|
|
kis_id.h \
|
|
kis_integer_maths.h \
|
|
kis_progress_display_interface.h \
|
|
kis_progress_subject.h \
|
|
kis_shared_ptr_vector.h \
|
|
kis_undo_adapter.h \
|
|
kis_generic_registry.h
|
|
|