diff tools/mb_c_source.m4 @ 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 b90abd31a281
children bcad1ccdf45c
line wrap: on
line diff
--- a/tools/mb_c_source.m4	Tue Nov 04 17:00:26 2008 +0800
+++ b/tools/mb_c_source.m4	Wed Nov 05 15:24:01 2008 +0800
@@ -298,10 +298,10 @@
 [#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "mb/mb_types.h"
-#include "mb/redraw_man.h"
-#include "mb/shapes.h"
-#include "mb/paint.h"
+#include <mb_types.h>
+#include <mb_redraw_man.h>
+#include <mb_shapes.h>
+#include <mb_paint.h>
 #include "$1.h"
 
 $1_t *$1_new(redraw_man_t *rdman, coord_t *parent_coord) {