[gjs/wip/ptomato/tests] 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] build: Remove privlibdir in favour of	pkglibdir
- Date: Mon, 24 Oct 2016 01:27:22 +0000 (UTC)
commit da95e031278e36ab2747cebd3d881a39112332f3
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]