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.
12 lines
351 B
12 lines
351 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 = libkolourpaintcursors.la
|
|
libkolourpaintcursors_la_SOURCES = kpcursorlightcross.cpp kpcursorprovider.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|