From 4bf5a171e2533a518d2b50d1f494cbd84f2fb76e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Jun 2010 15:15:59 -0400 Subject: Distcheck fixes --- gdk/abicheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/abicheck.sh') diff --git a/gdk/abicheck.sh b/gdk/abicheck.sh index 422cee9a24..f4e9ace9e8 100755 --- a/gdk/abicheck.sh +++ b/gdk/abicheck.sh @@ -1,5 +1,5 @@ #! /bin/sh -cpp -DINCLUDE_VARIABLES -P -DALL_FILES -DGDK_ENABLE_BROKEN -include ${srcdir:-.}/../config.h -include ${srcdir:-.}/gdkconfig.h ${srcdir:-.}/gdk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' | sort | uniq > expected-abi +cpp -DINCLUDE_VARIABLES -P -DALL_FILES -DGDK_ENABLE_BROKEN -include ../config.h -include ./gdkconfig.h ${srcdir:-.}/gdk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' | sort | uniq > expected-abi nm -D -g --defined-only .libs/libgdk-x11-3.0.so | cut -d ' ' -f 3 | egrep -v '^(__bss_start|_edata|_end)' | sort > actual-abi diff -u expected-abi actual-abi && rm -f expected-abi actual-abi -- cgit v1.2.1