[gjs/wip/ptomato/tests: 3/10] build: Remove privlibdir in favour of pkglibdir



commit cc0da8bb74410741775a253fd1696b74375abdcd
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]