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.
20 lines
558 B
20 lines
558 B
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../cursors -I$(srcdir)/../interfaces \
|
|
-I$(srcdir)/../pixmapfx \
|
|
-I$(srcdir)/../tools \
|
|
-I$(srcdir)/../views \
|
|
-I$(srcdir)/../widgets $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkolourpaintpixmapfx.la
|
|
libkolourpaintpixmapfx_la_SOURCES = kpcoloreffect.cpp \
|
|
kpeffectbalance.cpp \
|
|
kpeffectblursharpen.cpp \
|
|
kpeffectemboss.cpp \
|
|
kpeffectflatten.cpp \
|
|
kpeffectinvert.cpp \
|
|
kpeffectreducecolors.cpp \
|
|
kpeffectsdialog.cpp \
|
|
kpfloodfill.cpp \
|
|
kppixmapfx.cpp
|
|
|
|
METASOURCES = AUTO
|