From eeebceea31bacfbe05ba6d7cbcf21de03910329a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 23 Jan 2011 19:53:50 +0100 Subject: [PATCH] Introduce proper libtool versioning for the libs. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1e259e97..a7dbb232 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,8 @@ libsigrok_la_LIBADD = \ input/libsigrokinput.la \ output/libsigrokoutput.la +libsigrok_la_LDFLAGS = $(SIGROK_LT_LDFLAGS) + include_HEADERS = sigrok.h sigrok-proto.h noinst_HEADERS = sigrok-internal.h