diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-26 13:00:44 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-26 13:00:44 -0700 |
commit | 947d62decd55e089d17fc13d3e3f3408578e7d33 (patch) | |
tree | 4f0267dba2d4c6fb7d7694dccd93085b1c3e22b7 /toxcore | |
parent | c30187fcf9384a6568d0ed3dec9fbd01427b245b (diff) | |
parent | ed1c130ebced51e48b2a8c600e5f7e68fc54dd85 (diff) |
Merge pull request #533 from jin-eld/separate-lt-options
Move libtool options to configure script in order to allow per system settings
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc index 90912a59..da07db41 100644 --- a/toxcore/Makefile.inc +++ b/toxcore/Makefile.inc | |||
@@ -1,5 +1,3 @@ | |||
1 | LIBTOXCORE_VERSION = 0:0:0 | ||
2 | |||
3 | lib_LTLIBRARIES = libtoxcore.la | 1 | lib_LTLIBRARIES = libtoxcore.la |
4 | 2 | ||
5 | libtoxcore_la_include_HEADERS = \ | 3 | libtoxcore_la_include_HEADERS = \ |
@@ -33,8 +31,7 @@ libtoxcore_la_CFLAGS = -I$(top_srcdir) \ | |||
33 | -I$(top_srcdir)/toxcore \ | 31 | -I$(top_srcdir)/toxcore \ |
34 | $(LIBSODIUM_CFLAGS) | 32 | $(LIBSODIUM_CFLAGS) |
35 | 33 | ||
36 | libtoxcore_la_LDFLAGS = -version-info $(LIBTOXCORE_VERSION) \ | 34 | libtoxcore_la_LDFLAGS = $(EXTRA_LT_LDFLAGS) \ |
37 | -no-undefined \ | ||
38 | $(LIBSODIUM_LDFLAGS) \ | 35 | $(LIBSODIUM_LDFLAGS) \ |
39 | $(WINSOCK2_LIBS) | 36 | $(WINSOCK2_LIBS) |
40 | 37 | ||