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.
31 lines
849 B
31 lines
849 B
kritarcdir = $(kde_datadir)/kritaplugins
|
|
kritarc_DATA = dropshadow.rc
|
|
EXTRA_DIST = $(kritarc_DATA)
|
|
|
|
INCLUDES = -I$(srcdir)/../../../sdk \
|
|
-I$(srcdir)/../../../core \
|
|
-I$(srcdir)/../../../kritacolor/ \
|
|
-I$(srcdir)/../../../colorspaces/rgb_u8 \
|
|
-I$(srcdir)/../../../ui \
|
|
$(KOFFICE_INCLUDES) \
|
|
$(all_includes)
|
|
|
|
|
|
kde_module_LTLIBRARIES = kritadropshadow.la
|
|
|
|
kritadropshadow_la_SOURCES = wdg_dropshadow.ui \
|
|
kis_dropshadow.cc dlg_dropshadow.cc \
|
|
kis_dropshadow_plugin.cc
|
|
|
|
noinst_HEADERS = wdg_dropshadow.h kis_dropshadow_plugin.h \
|
|
kis_dropshadow.h dlg_dropshadow.h
|
|
|
|
kritadropshadow_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
kritadropshadow_la_LIBADD = ../../../libkritacommon.la ../../../colorspaces/rgb_u8/libkritargb.la
|
|
|
|
kde_services_DATA = kritadropshadow.desktop
|
|
|
|
kritadropshadow_la_METASOURCES = AUTO
|
|
|
|
KDE_OPTIONS = nofinal
|