commit | bc40c178bb0b345ed1edf553b94369330003af34 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Aug 10 14:56:53 2016 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Wed Aug 10 14:56:53 2016 -0500 |
tree | e570f3b5444b1e8db4994fa0830cdb9bd0cceabe | |
parent | ee0cb902298c6e93810da7d60649013a86831d06 [diff] [blame] |
Correct whitelist generated source file extension Change-Id: I9480ef48c410708cf2b5fb97c4ac93ef486c6cd2 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/Makefile b/Makefile index 8652658..cdb396b 100644 --- a/Makefile +++ b/Makefile
@@ -45,7 +45,7 @@ INCLUDEDIR ?= /usr/include LIBDIR ?= /usr/lib -WHITELIST_SRC = ipmiwhitelist.C +WHITELIST_SRC = ipmiwhitelist.cpp WHITELIST_CONF ?= host-ipmid-whitelist.conf all: $(DAEMON) $(LIB_APP) $(LIB_HOST_SRV) $(TESTER)