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
673 B
16 lines
673 B
INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon -I$(top_srcdir)/karbon/core $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = karbon_insertknotsplugin.la
|
|
|
|
karbon_insertknotsplugin_la_SOURCES = insertknotsplugin.cc
|
|
karbon_insertknotsplugin_la_LIBADD = $(LIB_KPARTS) \
|
|
../../libkarboncommon.la
|
|
|
|
karbon_insertknotsplugin_la_LDFLAGS = -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -L../../../lib/kofficeui/.libs/ -lkofficeui -L../../../lib/kofficecore/.libs/ -lkofficecore -L../../../lib/kopainter/.libs/ -lkopainter$(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
partpluginsdir = $(kde_datadir)/karbon/kpartplugins
|
|
partplugins_DATA = insertknotsplugin.rc
|
|
|
|
METASOURCES = AUTO
|
|
|