[gjs] build: Remove privlibdir in favour of pkglibdir
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] build: Remove privlibdir in favour of pkglibdir
- Date: Wed, 30 Nov 2016 06:21:43 +0000 (UTC)
commit 8cda645e6847077ea8a0b7c635ada245c482aa9f
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.
https://bugzilla.gnome.org/show_bug.cgi?id=775205
Makefile-insttest.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile-insttest.am b/Makefile-insttest.am
index 45d95e7..a36c4c4 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]