Mercurial > MadButterfly
comparison src/Makefile.am @ 591:71df2896877c openvg
build graph_engine_openvg.c in makefile
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 30 Jun 2010 19:45:20 +0800 |
parents | ac886e629f90 |
children | 8863d23cea4b |
comparison
equal
deleted
inserted
replaced
590:b714f0c9992e | 591:71df2896877c |
---|---|
45 | 45 |
46 if SKIA_GRAPH_ENGINE | 46 if SKIA_GRAPH_ENGINE |
47 libmbfly_la_SOURCES += graph_engine_skia.cpp | 47 libmbfly_la_SOURCES += graph_engine_skia.cpp |
48 endif | 48 endif |
49 | 49 |
50 if OPENVG_GRAPH_ENGINE | |
51 libmbfly_la_SOURCES += graph_engine_openvg.c | |
52 endif | |
53 | |
50 X_main_SOURCES = X_main.c | 54 X_main_SOURCES = X_main.c |
51 X_main_LDADD = $(top_builddir)/src/libmbfly.la | 55 X_main_LDADD = $(top_builddir)/src/libmbfly.la |
52 X_main_CPPFLAGS = @pangocairo_CFLAGS@ -I$(top_builddir)/include | 56 X_main_CPPFLAGS = @pangocairo_CFLAGS@ -I$(top_builddir)/include |
53 X_main_LDFLAGS = @pangocairo_LIBS@ | 57 X_main_LDFLAGS = @pangocairo_LIBS@ |
54 | 58 |