summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-06 14:03:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-06 14:03:08 +0000
commitec8545bba0c9bb4d496b24f9745d25f4cdab5aa6 (patch)
tree81df66cb6c363a11c61ff8cae58698b57ad127cd
parente06481ec6f2cc73170718b1912b57254bf3060c6 (diff)
telepathy-glib/Makefile.am: run make-version-script.py in --dpkg mode as well, to produce libtelepathy-glib0.symbols
-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