mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Makefile.am: The check-exports stuff moved to common/win32.mak, so include that.
Original commit message from CVS: * Makefile.am: The check-exports stuff moved to common/win32.mak, so include that.
This commit is contained in:
parent
8a695165c2
commit
8ee3b441e0
3 changed files with 8 additions and 20 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* Makefile.am:
|
||||
The check-exports stuff moved to common/win32.mak, so include that.
|
||||
|
||||
2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
|
||||
|
|
21
Makefile.am
21
Makefile.am
|
@ -23,10 +23,8 @@ DIST_SUBDIRS = \
|
|||
pkgconfig po \
|
||||
common
|
||||
|
||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
||||
|
||||
debug:
|
||||
echo $(win32)
|
||||
# include before EXTRA_DIST for win32 assignment
|
||||
include $(top_srcdir)/common/win32.mak
|
||||
|
||||
EXTRA_DIST = \
|
||||
gstreamer.spec gstreamer.spec.in \
|
||||
|
@ -113,20 +111,5 @@ win32-update:
|
|||
|
||||
include $(top_srcdir)/common/coverage/lcov.mak
|
||||
|
||||
# make sure all symbols we export on linux are defined in the win32 .def too
|
||||
# (don't care about other unixes for now, it's enough if it works on one of
|
||||
# the linux build bots; we assume .so )
|
||||
corelibs='libgstreamer libgstbase libgstcontroller libgstdataprotocol libgstnet'
|
||||
check-exports:
|
||||
for l in `eval echo $(corelibs)`; do \
|
||||
libso=`find "$(top_builddir)" -name "$$l-0.10.so"`; \
|
||||
libdef="$(top_srcdir)/win32/common/$$l.def"; \
|
||||
if test "x$$libso" != "x"; then \
|
||||
echo Checking symbols in $$libso; \
|
||||
$(top_srcdir)/common/check-exports $$libdef $$libso || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
check: check-exports
|
||||
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit a00d4c1966aab517c2694c61d580489ebcbce448
|
||||
Subproject commit 208ef72f86e944e6ba6941c68e57ffcea8d2a8f4
|
Loading…
Reference in a new issue