Mercurial > MadButterfly
diff 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 |
line wrap: on
line diff
--- a/include/Makefile.am Tue Nov 04 17:00:26 2008 +0800 +++ b/include/Makefile.am Wed Nov 05 15:24:01 2008 +0800 @@ -1,12 +1,11 @@ -includedir = $(prefix)/include/mb include_HEADERS = \ - mb/animate.h \ - mb/mb.h \ - mb/mb_timer.h \ - mb/mb_types.h \ - mb/observer.h \ - mb/paint.h \ - mb/redraw_man.h \ - mb/shapes.h \ - mb/tools.h \ - mb/X_supp.h + mb_animate.h \ + mb.h \ + mb_timer.h \ + mb_types.h \ + mb_observer.h \ + mb_paint.h \ + mb_redraw_man.h \ + mb_shapes.h \ + mb_tools.h \ + mb_X_supp.h