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.
17 lines
610 B
17 lines
610 B
INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon -I$(top_srcdir)/karbon/core $(KOPAINTER_INCLUDES) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = karbon_whirlpinchplugin.la
|
|
|
|
karbon_whirlpinchplugin_la_SOURCES = whirlpinchplugin.cc
|
|
karbon_whirlpinchplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_KOPAINTER) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \
|
|
../../libkarboncommon.la
|
|
|
|
|
|
karbon_whirlpinchplugin_la_LDFLAGS = -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
partpluginsdir = $(kde_datadir)/karbon/kpartplugins
|
|
partplugins_DATA = whirlpinchplugin.rc
|
|
|
|
METASOURCES = AUTO
|
|
|