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.
16 lines
471 B
16 lines
471 B
noinst_LTLIBRARIES =libtools.la
|
|
|
|
INCLUDES = -I$(top_srcdir)/kivio/kiviopart\
|
|
-I$(top_srcdir)/kivio/kiviopart/kiviosdk\
|
|
$(KOFFICE_INCLUDES) $(all_includes)
|
|
libtools_la_METASOURCES = AUTO
|
|
libtools_la_SOURCES = kivio_plugin.cpp kivio_pluginmanager.cpp \
|
|
kivio_mousetool.cpp mousetoolaction.cpp
|
|
EXTRA_DIST = \
|
|
kivio_tool.rc
|
|
|
|
rcdir = $(kde_datadir)/kivio
|
|
rc_DATA = kivio_tool.rc
|
|
noinst_HEADERS = kivio_plugin.h kivio_pluginmanager.h kivio_mousetool.h \
|
|
mousetoolaction.h
|