2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 08:38:14 +10:00

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

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])