diff options
Diffstat (limited to 'examples/svg-surface/Makefile.am')
-rw-r--r-- | examples/svg-surface/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/svg-surface/Makefile.am b/examples/svg-surface/Makefile.am new file mode 100644 index 0000000..cf8e094 --- /dev/null +++ b/examples/svg-surface/Makefile.am @@ -0,0 +1,7 @@ +include $(top_srcdir)/examples/Makefile.am_fragment + +# build the executable but don't install it +noinst_PROGRAMS = example_svg_file +example_svg_file_SOURCES = main.cc + +CLEANFILES = image.svg |