comparison examples/svg2code_ex/Makefile.am @ 263:755bbf274259

Manage dsc_3241.png in svg2code_ex/Makefile.am.
author Thinker K.F. Li <thinker@branda.to>
date Fri, 23 Jan 2009 23:21:27 +0800
parents c7e5b8779bb5
children c8b6ca46950b
comparison
equal deleted inserted replaced
261:11017576328c 263:755bbf274259
1 include $(top_srcdir)/config.mk 1 include $(top_srcdir)/config.mk
2 2
3 noinst_PROGRAMS = ex1 3 noinst_PROGRAMS = ex1
4 EXTRA_DIST = svg2code_ex.svg 4 EXTRA_DIST = svg2code_ex.svg dsc_3241.png
5 5
6 ex1_SOURCES = main.c 6 ex1_SOURCES = main.c
7 nodist_ex1_SOURCES = svg2code_ex.c svg2code_ex.h 7 nodist_ex1_SOURCES = svg2code_ex.c svg2code_ex.h
8 ex1_CPPFLAGS = @cairo_CFLAGS@ -I$(top_srcdir) 8 ex1_CPPFLAGS = @cairo_CFLAGS@ -I$(top_srcdir)
9 ex1_LDFLAGS = @cairo_LIBS@ 9 ex1_LDFLAGS = @cairo_LIBS@