summaryrefslogtreecommitdiffstats
path: root/kolourpaint/pixmapfx/Makefile.am
blob: dfa1d6973ab944c658cd23d22c1c0cbcd5da06f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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