summaryrefslogtreecommitdiffstats
path: root/src/tools/Makefile.am
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2009-03-26 15:10:09 +0100
committerJan Safranek <jsafrane@redhat.com>2009-03-26 15:10:09 +0100
commit5d17fc1d7f60abd35f852706bef06411a963caa3 (patch)
treebf0cea7a69ae7c6a320abe40d2a63371611077bc /src/tools/Makefile.am
parentde11c7f7bb8a79c86e680d169ed414471e5ef7d2 (diff)
downloadlibcg-5d17fc1d7f60abd35f852706bef06411a963caa3.tar.gz
libcg-5d17fc1d7f60abd35f852706bef06411a963caa3.tar.xz
libcg-5d17fc1d7f60abd35f852706bef06411a963caa3.zip
Install cgconfigparser to /sbin
cgconfigparser can be executed only by root, so it should be installed to /sbin directory. Also run automake to update Makefile.in with this change. Signed-off-by: Jan Safranek <jsafrane@redhat.com>
Diffstat (limited to 'src/tools/Makefile.am')
-rw-r--r--src/tools/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
index b237744..e1cace3 100644
--- a/src/tools/Makefile.am
+++ b/src/tools/Makefile.am
@@ -1,7 +1,8 @@
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include
LDADD = $(top_srcdir)/src/.libs/libcgroup.la
-bin_PROGRAMS = cgexec cgclassify cgconfigparser
+bin_PROGRAMS = cgexec cgclassify
+sbin_PROGRAMS = cgconfigparser
cgexec_SOURCES = cgexec.c tools-common.c tools-common.h