diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/pkgconfig/toxav.pc.in | 2 | ||||
-rw-r--r-- | other/pkgconfig/toxcore.pc.in | 2 | ||||
-rw-r--r-- | other/pkgconfig/toxdns.pc.in | 2 | ||||
-rw-r--r-- | other/pkgconfig/toxencryptsave.pc.in | 2 | ||||
-rwxr-xr-x | other/travis/toxcore-script | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/other/pkgconfig/toxav.pc.in b/other/pkgconfig/toxav.pc.in index bb480d72..6b56500b 100644 --- a/other/pkgconfig/toxav.pc.in +++ b/other/pkgconfig/toxav.pc.in | |||
@@ -6,5 +6,5 @@ Name: toxav | |||
6 | Description: Tox A/V library | 6 | Description: Tox A/V library |
7 | Requires: opus toxcore vpx | 7 | Requires: opus toxcore vpx |
8 | Version: @PROJECT_VERSION@ | 8 | Version: @PROJECT_VERSION@ |
9 | Libs: -L${libdir} -ltoxav @toxav_PKGCONFIG_LIBS@ | 9 | Libs: -L${libdir} @toxav_PKGCONFIG_LIBS@ -ltoxav |
10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in index 09556494..c77cb5be 100644 --- a/other/pkgconfig/toxcore.pc.in +++ b/other/pkgconfig/toxcore.pc.in | |||
@@ -6,5 +6,5 @@ Name: toxcore | |||
6 | Description: Tox protocol library | 6 | Description: Tox protocol library |
7 | Requires: libsodium | 7 | Requires: libsodium |
8 | Version: @PROJECT_VERSION@ | 8 | Version: @PROJECT_VERSION@ |
9 | Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ | 9 | Libs: -L${libdir} @toxcore_PKGCONFIG_LIBS@ -ltoxcrypto -ltoxnetwork -ltoxdht -ltoxnetcrypto -ltoxfriends -ltoxmessenger -ltoxgroup -ltoxcore |
10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
diff --git a/other/pkgconfig/toxdns.pc.in b/other/pkgconfig/toxdns.pc.in index 92f3ad40..0f69130c 100644 --- a/other/pkgconfig/toxdns.pc.in +++ b/other/pkgconfig/toxdns.pc.in | |||
@@ -6,5 +6,5 @@ Name: toxdns | |||
6 | Description: Tox DNS3 library | 6 | Description: Tox DNS3 library |
7 | Requires: toxcore | 7 | Requires: toxcore |
8 | Version: @PROJECT_VERSION@ | 8 | Version: @PROJECT_VERSION@ |
9 | Libs: -L${libdir} -ltoxdns @toxdns_PKGCONFIG_LIBS@ | 9 | Libs: -L${libdir} @toxdns_PKGCONFIG_LIBS@ -ltoxdns |
10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
diff --git a/other/pkgconfig/toxencryptsave.pc.in b/other/pkgconfig/toxencryptsave.pc.in index 30f47b36..bd717f53 100644 --- a/other/pkgconfig/toxencryptsave.pc.in +++ b/other/pkgconfig/toxencryptsave.pc.in | |||
@@ -6,5 +6,5 @@ Name: toxencryptsave | |||
6 | Description: Tox block encryption library | 6 | Description: Tox block encryption library |
7 | Requires: toxcore | 7 | Requires: toxcore |
8 | Version: @PROJECT_VERSION@ | 8 | Version: @PROJECT_VERSION@ |
9 | Libs: -L${libdir} -ltoxencryptsave @toxencryptsave_PKGCONFIG_LIBS@ | 9 | Libs: -L${libdir} @toxencryptsave_PKGCONFIG_LIBS@ -ltoxencryptsave |
10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index ed9377fe..20ad6d8e 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script | |||
@@ -12,7 +12,7 @@ git diff --exit-code | |||
12 | 12 | ||
13 | # Build toxcore and run tests. | 13 | # Build toxcore and run tests. |
14 | export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" | 14 | export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" |
15 | RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX | 15 | RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DLOGGING=ON |
16 | 16 | ||
17 | export CTEST_OUTPUT_ON_FAILURE=1 | 17 | export CTEST_OUTPUT_ON_FAILURE=1 |
18 | 18 | ||