~ubuntu-branches/ubuntu/karmic/gtk+2.0/karmic-proposed

1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
1
#! /bin/sh
2
3
cpp -DINCLUDE_VARIABLES -P -DALL_FILES -DGDK_ENABLE_BROKEN -DGDK_WINDOWING_X11 ${srcdir:-.}/gdk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' | sort | uniq > expected-abi
4
nm -D -g --defined-only .libs/libgdk-x11-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
5
diff -u expected-abi actual-abi && rm -f expected-abi actual-abi