[gjs/wip/ptomato/tests: 5/12] build: Remove privlibdir in favour of pkglibdir
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/ptomato/tests: 5/12] build: Remove privlibdir in favour of pkglibdir
- Date: Mon, 28 Nov 2016 05:32:19 +0000 (UTC)
commit ff433b45a83eec193bc21bb6629c77a2fddb2ff7
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Oct 23 18:10:55 2016 -0700
build: Remove privlibdir in favour of pkglibdir
Elsewhere in the makefiles this is referred to as pkglibdir, so it would
have been broken anyhow if they were not the same.
Makefile-insttest.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile-insttest.am b/Makefile-insttest.am
index 125bd88..6857c5d 100644
--- a/Makefile-insttest.am
+++ b/Makefile-insttest.am
@@ -51,11 +51,10 @@ EXTRA_DIST += $(jsunit_resources_files)
common_test_ldflags = -avoid-version
common_test_libadd = $(GJS_LIBS)
-privlibdir = $(pkglibdir)
-privlib_LTLIBRARIES =
+pkglib_LTLIBRARIES =
check_LTLIBRARIES =
if BUILDOPT_INSTALL_TESTS
-privlib_LTLIBRARIES += libregress.la libwarnlib.la libgimarshallingtests.la
+pkglib_LTLIBRARIES += libregress.la libwarnlib.la libgimarshallingtests.la
else
check_LTLIBRARIES += libregress.la libwarnlib.la libgimarshallingtests.la
# This rpath /nowhere thing is the libtool upstream recommended way to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]