summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-09-07 12:41:05 -0500
committerMatt Spinler <spinler@us.ibm.com>2018-09-28 08:24:53 -0500
commitdd9458613b8745177ad2a7e0519277654f4834f5 (patch)
tree7ee5a2a630db8e14abc832f3ca46761d858ca10b /Makefile.am
parent605206314f23710ef8a429745f139c891630588f (diff)
downloadphosphor-objmgr-dd9458613b8745177ad2a7e0519277654f4834f5.tar.gz
phosphor-objmgr-dd9458613b8745177ad2a7e0519277654f4834f5.zip
Add service and interface whitelist/blacklists
This allows service whitelists and blacklists, and interface whitelists to be passed into the application. The whitelists can be prefixes, like xyz.openbmc_project. The blacklist is the full service name. A future commit can add support for interface blacklists. Change-Id: I91f6ef2f7be63e4d13ac03d570bba18ef8277fae Signed-off-by: Matt Spinler <spinler@us.ibm.com>
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 50f4683..caa13dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ libmapper_la_SOURCES = libmapper/mapper.c
libmapper_la_LDFLAGS = $(SYSTEMD_LIBS) -version-info 1:0:0 -shared
libmapper_la_CFLAGS = $(SYSTEMD_CFLAGS)
-mapperx_SOURCES = src/main.cpp
+mapperx_SOURCES = src/main.cpp src/argument.cpp
mapperx_LDFLAGS = $(SDBUSPLUS_LIBS) -pthread -ltinyxml2
mapperx_CXXFLAGS = $(SYSTEMD_CFLAGS) -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_ALL_NO_LIB
OpenPOWER on IntegriCloud