move glibconfig.h to glib/

This commit is contained in:
Ryan Lortie
2010-07-11 21:08:42 -04:00
parent 29a6fb68b7
commit 83d67bf2e7
9 changed files with 41 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/sh
egrep '^#([^i]|if).*[^\]$' "${top_builddir:-..}/glibconfig.h" > glibconfig.cpp
egrep '^#([^i]|if).*[^\]$' "${top_builddir:-..}/glib/glibconfig.h" > glibconfig.cpp
INCLUDES="-include ${top_builddir:-..}/config.h"
INCLUDES="$INCLUDES -include glibconfig.cpp"