Mercurial > MadButterfly
comparison include/Makefile.am @ 186:530bb7728546 include_mb_test
Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'.
This is the solution that I dicussed with FourDollars, last night.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 05 Nov 2008 15:24:01 +0800 |
parents | c7e5b8779bb5 |
children | 29e1b2bffe4c |
comparison
equal
deleted
inserted
replaced
185:c7e5b8779bb5 | 186:530bb7728546 |
---|---|
1 includedir = $(prefix)/include/mb | |
2 include_HEADERS = \ | 1 include_HEADERS = \ |
3 mb/animate.h \ | 2 mb_animate.h \ |
4 mb/mb.h \ | 3 mb.h \ |
5 mb/mb_timer.h \ | 4 mb_timer.h \ |
6 mb/mb_types.h \ | 5 mb_types.h \ |
7 mb/observer.h \ | 6 mb_observer.h \ |
8 mb/paint.h \ | 7 mb_paint.h \ |
9 mb/redraw_man.h \ | 8 mb_redraw_man.h \ |
10 mb/shapes.h \ | 9 mb_shapes.h \ |
11 mb/tools.h \ | 10 mb_tools.h \ |
12 mb/X_supp.h | 11 mb_X_supp.h |