Mercurial > MadButterfly
comparison include/Makefile.am @ 1067:7b4e80ab671a openvg
merge from default branch
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 01 Dec 2010 12:25:56 +0800 |
parents | e3a5e05f00c1 |
children |
comparison
equal
deleted
inserted
replaced
630:bd18951b51d5 | 1067:7b4e80ab671a |
---|---|
1 # -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- | |
2 # vim: sw=4:ts=8:sts=4 | |
1 include_HEADERS = \ | 3 include_HEADERS = \ |
2 mb_config.h \ | 4 mb_config.h \ |
3 mb_animate.h \ | 5 mb_animate.h \ |
4 mb.h \ | 6 mb.h \ |
5 mb_timer.h \ | 7 mb_timer.h \ |
8 mb_paint.h \ | 10 mb_paint.h \ |
9 mb_redraw_man.h \ | 11 mb_redraw_man.h \ |
10 mb_shapes.h \ | 12 mb_shapes.h \ |
11 mb_tools.h \ | 13 mb_tools.h \ |
12 mb_prop.h \ | 14 mb_prop.h \ |
13 mb_X_supp.h \ | |
14 mb_img_ldr.h \ | 15 mb_img_ldr.h \ |
15 mb_af.h \ | 16 mb_af.h \ |
16 mb_ani_menu.h \ | 17 mb_ani_menu.h \ |
17 mbbutton.h \ | 18 mbbutton.h \ |
18 mb_so.h | 19 mb_so.h |
20 | |
21 if X_BACKEND | |
22 include_HEADERS += mb_X_supp.h | |
23 endif | |
24 | |
25 if DFB_BACKEND | |
26 include_HEADERS += mb_dfb_supp.h | |
27 endif |