diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-12-12 21:23:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-12-12 21:23:18 +0000 |
commit | 4f261af78b1128862cb847afb1b7254b8f458834 (patch) | |
tree | 6ac815e75134b90603bea069a773c24a00fd1093 | |
parent | 852791c6c0d381a57c2d24b6fb3af63095b02f9a (diff) |
Makefile.am: check-exports should be disted.
Original commit message from CVS:
* Makefile.am:
check-exports should be disted.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-12-12 Tim-Philipp Müller <tim at centricular dot net> + * Makefile.am: + check-exports should be disted. + +2007-12-12 Tim-Philipp Müller <tim at centricular dot net> + * check-exports: Add quick'n'dirty script to check the exported symbols of a library against the symbols in the corresponding .def file (#493983). Based diff --git a/Makefile.am b/Makefile.am index ca8c029..29fe8af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST = \ gettext.patch \ glib-gen.mak gtk-doc.mak upload.mak release.mak \ gst-autogen.sh \ + check-exports \ c-to-xml.py gst-xmlinspect.py mangle-tmpl.py scangobj-merge.py \ gtk-doc-plugins.mak \ plugins.xsl gstdoc-scangobj \ |