commit | 98a238406ff5765cc6db3e61ba787c27144dad1d | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Aug 08 15:26:29 2016 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Mon Aug 08 15:42:28 2016 -0500 |
tree | ea2e16068905deb631bebfeb7b5cca1392318506 | |
parent | 9a61b4f4e9213608653852ba2388fa89663029c3 [diff] [blame] |
Switch C++ source files to .cpp extension Change-Id: I495186b4afd58ec1e5d9d5c6472394f96541d17d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/Makefile b/Makefile index 447b129..8652658 100644 --- a/Makefile +++ b/Makefile
@@ -53,7 +53,7 @@ $(WHITELIST_SRC) : generate_whitelist.sh $(WHITELIST_CONF) ./$^ > $@ -%.o: %.C +%.o: %.cpp $(CXX) -std=c++14 -fpic -c $< $(CXXFLAGS) $(INC_FLAG) $(IPMID_PATH) -o $@ $(LIB_APP): $(LIB_APP_OBJ)