summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index ea844b3f..e4f36509 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -4,6 +4,18 @@ lib_LTLIBRARIES =
4noinst_bindir = $(top_builddir)/build 4noinst_bindir = $(top_builddir)/build
5EXTRA_DIST= 5EXTRA_DIST=
6 6
7if SET_SO_VERSION
8
9include ../so.version
10
11LT_LDFLAGS=-version-info $(CURRENT):$(REVISION):$(AGE)
12
13else
14
15LT_LDFLAGS=-avoid-version
16
17endif
18
7include ../toxcore/Makefile.inc 19include ../toxcore/Makefile.inc
8include ../toxdns/Makefile.inc 20include ../toxdns/Makefile.inc
9include ../toxencryptsave/Makefile.inc 21include ../toxencryptsave/Makefile.inc