summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 13:42:01 -0700
committerPatrick Venture <venture@google.com>2019-04-10 11:15:22 -0700
commit096cf821082b94ac932fd8aa7edeea2666ea69ec (patch)
treefa758168839afc90c85dd7c525b9a2071f2ba7d5 /Makefile.am
parent487948d820fc2717184daa96bebf2f8c6ffd4e01 (diff)
downloadphosphor-objmgr-096cf821082b94ac932fd8aa7edeea2666ea69ec.tar.gz
phosphor-objmgr-096cf821082b94ac932fd8aa7edeea2666ea69ec.zip
build: install into bin instead of sbinHEADmaster
Installs into bin instead of sbin per guidelines Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iff8b72c98d743c45b5f53f0bc61dd68e1af1e173
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5fe5662..e28a542 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ AM_LDFLAGS = $(GMOCK_LIBS) -lgmock_main \
$(GTEST_LIBS) $(OESDK_TESTCASE_FLAGS) $(PTHREAD_LIBS) \
$(SDBUSPLUS_LIBS) -lboost_system
-sbin_PROGRAMS = mapper mapperx
+bin_PROGRAMS = mapper mapperx
mapper_SOURCES = libmapper/app.c
mapper_LDFLAGS = $(SYSTEMD_LIBS)
OpenPOWER on IntegriCloud