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
496 B
16 lines
496 B
15 years ago
|
INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon -I$(top_srcdir)/karbon/core $(all_includes)
|
||
|
|
||
|
kde_module_LTLIBRARIES = karbon_roundcornersplugin.la
|
||
|
|
||
|
karbon_roundcornersplugin_la_SOURCES = roundcornersplugin.cc
|
||
|
karbon_roundcornersplugin_la_LIBADD = $(LIB_KPARTS) \
|
||
|
../../libkarboncommon.la
|
||
|
|
||
|
karbon_roundcornersplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||
|
|
||
|
partpluginsdir = $(kde_datadir)/karbon/kpartplugins
|
||
|
partplugins_DATA = roundcornersplugin.rc
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|