From 85edfd12def33b5fe0b1153d757c1fda4da63a8a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 28 Apr 2014 20:53:04 +0200 Subject: debian: Attempt to build a package with just the DSO Follow the debian rule to package the DSOs separately. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 \ -- cgit v1.2.3