Mercurial > MadButterfly
diff include/Makefile.am @ 185:c7e5b8779bb5 include_mb_test
Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 04 Nov 2008 17:00:26 +0800 |
parents | |
children | 530bb7728546 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/Makefile.am Tue Nov 04 17:00:26 2008 +0800 @@ -0,0 +1,12 @@ +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