mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
check: add dependency on gstcheck header files for exports.sym
So exports.sym gets updated correctly, and our new symbols get exported correctly, which makes g-ir-scanner much happier in terms of linking. https://bugzilla.gnome.org/show_bug.cgi?id=683012
This commit is contained in:
parent
e58da2a22d
commit
77005be192
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ print-check-symbols:
|
||||||
echo $$s; \
|
echo $$s; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
$(SYMBOLS_FILE):
|
$(SYMBOLS_FILE): $(libgstcheck_@GST_API_VERSION@include_HEADERS) libcheck/check.h
|
||||||
$(AM_V_GEN)rm -f $(SYMBOLS_FILE) 2>/dev/null; \
|
$(AM_V_GEN)rm -f $(SYMBOLS_FILE) 2>/dev/null; \
|
||||||
for s in $(LIBGSTCHECK_EXPORTED_SYMBOLS) $(CHECK_SYMS); do \
|
for s in $(LIBGSTCHECK_EXPORTED_SYMBOLS) $(CHECK_SYMS); do \
|
||||||
echo $$s >> $(SYMBOLS_FILE); \
|
echo $$s >> $(SYMBOLS_FILE); \
|
||||||
|
|
Loading…
Reference in a new issue