Makefile.am: Add check-exports target and run it with 'make check'.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 13 Dec 2007 10:10:35 +0000 (10:10 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 13 Dec 2007 10:10:35 +0000 (10:10 +0000)
commitb9cbedfb5944e5262677b8351344dc60a9da644c
tree6d930ad5d87e7d657fa03937bc71a5b00a3e93cb
parentf6e42cd3d5cb1869f4c3b1a40cccea1d1621e760
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.
ChangeLog
Makefile.am
common
configure.ac
gst-libs/gst/cdda/base64.h
gst-libs/gst/cdda/sha1.h
win32/common/libgstaudio.def