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:
Tim-Philipp Müller 2012-11-13 21:29:01 +00:00
parent e58da2a22d
commit 77005be192

View file

@ -108,7 +108,7 @@ print-check-symbols:
echo $$s; \
done;
$(SYMBOLS_FILE):
$(SYMBOLS_FILE): $(libgstcheck_@GST_API_VERSION@include_HEADERS) libcheck/check.h
$(AM_V_GEN)rm -f $(SYMBOLS_FILE) 2>/dev/null; \
for s in $(LIBGSTCHECK_EXPORTED_SYMBOLS) $(CHECK_SYMS); do \
echo $$s >> $(SYMBOLS_FILE); \