Make replacements.h private by including it from config.h autoheader.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1760 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
dd85eebf22
commit
5136270920
|
@ -780,6 +780,7 @@ fi
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AH_BOTTOM([
|
AH_BOTTOM([
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
#include "replacements.h"
|
||||||
])
|
])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
|
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
|
||||||
|
|
Loading…
Reference in New Issue