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.
koffice/krita/plugins/filters/unsharp/Makefile.am

21 lines
799 B

kritarcdir = $(kde_datadir)/krita/kritaplugins
kde_services_DATA = kritaunsharpfilter.desktop
INCLUDES = -I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../core \
-I$(srcdir)/../../../kritacolor \
-I$(srcdir)/../../../ui \
$(KOFFICE_INCLUDES) \
$(all_includes)
kritaunsharpfilter_la_SOURCES = wdgunsharp.ui kis_wdg_unsharp.cc unsharp.cc kis_unsharp_filter.cc
kde_module_LTLIBRARIES = kritaunsharpfilter.la
kritaunsharpfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -L../../../../krita/kritacolor/.libs -lkritacolor -L../../../../krita/core/.libs -lkritaimage \
-L../../../../krita/ui/.libs -lkritaui
kritaunsharpfilter_la_LIBADD = ../../../libkritacommon.la
METASOURCES = AUTO