summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telepathy-glib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 5ec1ad21a..72441dedd 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -66,6 +66,11 @@ _gen/version-script.txt: $(ABI_LISTS) _gen/abi.txt Makefile.am \
$(PYTHON) $(top_srcdir)/tools/make-version-script.py \
--symbols=_gen/abi.txt $(MAKE_VERSION_SCRIPT_FLAGS) \
$(ABI_LISTS:%=$(srcdir)/%) > $@
+ $(PYTHON) $(top_srcdir)/tools/make-version-script.py \
+ --symbols=_gen/abi.txt $(MAKE_VERSION_SCRIPT_FLAGS) \
+ --dpkg "libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#" \
+ --dpkg-build-depends-package "libtelepathy-glib-dev" \
+ $(ABI_LISTS:%=$(srcdir)/%) > _gen/libtelepathy-glib0.symbols
sed -n -e "s/^[ ]*\\(tp_.*\\);/\\1/p" < $@ > _gen/versioned-abi.tmp
sort -u < _gen/versioned-abi.tmp > _gen/versioned-abi.txt
: # the versioned API should always match the ^tp API