aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-28 20:53:04 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-28 21:35:04 +0200
commit85edfd12def33b5fe0b1153d757c1fda4da63a8a (patch)
treea60f202de14ffabd8ce0d1f1d81fc934dee45336 /src/Makefile.am
parent0a9213464bc72c4f1be337d3a6c69c910d9c4492 (diff)
debian: Attempt to build a package with just the DSO
Follow the debian rule to package the DSOs separately.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9adfcce..4dc7321 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,7 @@ SUBDIRS = channel
lib_LTLIBRARIES = libosmonetif.la
libosmonetif_la_LIBADD = channel/abis/libosmonetif-abis.la
+libosmonetif_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
libosmonetif_la_SOURCES = amr.c \
channel.c \