summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/libs/art_support/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/libs/art_support/Makefile.am')
-rw-r--r--ksvg/impl/libs/art_support/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ksvg/impl/libs/art_support/Makefile.am b/ksvg/impl/libs/art_support/Makefile.am
new file mode 100644
index 00000000..4bf00dd7
--- /dev/null
+++ b/ksvg/impl/libs/art_support/Makefile.am
@@ -0,0 +1,4 @@
+noinst_LTLIBRARIES = libksvgart.la
+libksvgart_la_SOURCES = art_render_misc.c art_rgba_svp.c art_misc.c
+
+INCLUDES = $(LIBART_CFLAGS) $(all_includes)