]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
Fix the installation directory for liblxcfs to ${libdir}/lxcfs
authorNagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>
Tue, 26 Sep 2017 00:32:09 +0000 (17:32 -0700)
committerNagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>
Tue, 26 Sep 2017 00:32:09 +0000 (17:32 -0700)
Signed-off-by: Nagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>
Makefile.am
configure.ac

index 3ad276d8389fb609b7faa348ff612ec886e8fdae..a060953370e87c1d0dea6e76fdace369d1f32dbc 100644 (file)
@@ -22,7 +22,7 @@ liblxcfstest_la_LDFLAGS = $(AM_CFLAGS) -module -avoid-version -shared
 noinst_HEADERS = bindings.h macro.h
 
 sodir=$(libdir)
-lib_LTLIBRARIES = liblxcfs.la
+lxcfs_LTLIBRARIES = liblxcfs.la
 EXTRA_LTLIBRARIES = liblxcfstest.la
 
 lxcfs_SOURCES = lxcfs.c
index 6c5c8be37d67448da3d6c25a18402b3b60a42d00..94848f01c9b0cc8c824e270209721db3ac0e7f58 100644 (file)
@@ -151,6 +151,7 @@ AM_CONDITIONAL([INIT_SCRIPT_UPSTART], [echo "$init_script" |grep -q "upstart"])
 AC_MSG_RESULT($init_script)
 
 
+AC_SUBST([lxcfsdir], "${libdir}/lxcfs")
 AC_ARG_WITH(
        [pamdir],
        [AS_HELP_STRING([--with-pamdir=PATH],[Specify the directory where PAM modules are stored,