Mercurial > MadButterfly
comparison src/Makefile.am @ 1105:1b3e295f3acb
Add a dummy image loader.
It is used with --with-image-loader=dummy of configure. It is a dummy
image load that always abort the program when the program try to load
or free an image. This module can be used for early stage of a new
platform backend.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sun, 05 Dec 2010 21:04:12 +0800 |
parents | a7f16c967a0b |
children | fa5f71d4aa04 |
comparison
equal
deleted
inserted
replaced
1104:9d52dda8d49f | 1105:1b3e295f3acb |
---|---|
54 | 54 |
55 libmbfly_la_CPPFLAGS += @imlib2_CFLAGS@ | 55 libmbfly_la_CPPFLAGS += @imlib2_CFLAGS@ |
56 libmbfly_la_LDFLAGS += @imlib2_LIBS@ | 56 libmbfly_la_LDFLAGS += @imlib2_LIBS@ |
57 endif | 57 endif |
58 | 58 |
59 if DUMMY_IMG_LOADER | |
60 libmbfly_la_SOURCES += img_ldr_dummy.c | |
61 endif | |
62 | |
59 if CAIRO_GRAPH_ENGINE | 63 if CAIRO_GRAPH_ENGINE |
60 libmbfly_la_SOURCES += graph_engine_cairo.c | 64 libmbfly_la_SOURCES += graph_engine_cairo.c |
61 | 65 |
62 libmbfly_la_CPPFLAGS += @cairo_CFLAGS@ @pangocairo_CFLAGS@ | 66 libmbfly_la_CPPFLAGS += @cairo_CFLAGS@ @pangocairo_CFLAGS@ |
63 libmbfly_la_LDFLAGS += @cairo_LIBS@ @pangocairo_LIBS@ | 67 libmbfly_la_LDFLAGS += @cairo_LIBS@ @pangocairo_LIBS@ |