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
This commit is contained in:
zwelch 2009-05-12 08:33:18 +00:00
parent dd85eebf22
commit 5136270920
1 changed files with 1 additions and 0 deletions

View File

@ -780,6 +780,7 @@ fi
AM_CONFIG_HEADER(config.h)
AH_BOTTOM([
#include "system.h"
#include "replacements.h"
])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])