From b9cbedfb5944e5262677b8351344dc60a9da644c Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 13 Dec 2007 10:10:35 +0000 Subject: Makefile.am: Add check-exports target and run it with 'make check'. Original commit message from CVS: * Makefile.am: Add check-exports target and run it with 'make check'. * configure.ac: Be stricter about what we export in our libraries: change regexp so that we only export _gst_foo(), but not __gst_foo(). * gst-libs/gst/cdda/base64.h: (rfc822_binary): * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final): Change internal functions to __gst_foo so they dont' get exported. * win32/common/libgstaudio.def: Add missing symbols. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 423e2ea9..fb7ab033 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 423e2ea96b5f79281f4dd20d734bd968b3d95e89 +Subproject commit fb7ab03319930496e922173d54f6dfccfff6f357 -- cgit