summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--apphandler.cpp (renamed from apphandler.C)0
-rw-r--r--chassishandler.cpp (renamed from chassishandler.C)0
-rw-r--r--dcmihandler.cpp (renamed from dcmihandler.C)0
-rw-r--r--globalhandler.cpp (renamed from globalhandler.C)0
-rw-r--r--groupext.cpp (renamed from groupext.C)0
-rw-r--r--ipmid.cpp (renamed from ipmid.C)0
-rw-r--r--ipmisensor.cpp (renamed from ipmisensor.C)0
-rw-r--r--sensorhandler.cpp (renamed from sensorhandler.C)0
-rw-r--r--storageaddsel.cpp (renamed from storageaddsel.C)0
-rw-r--r--storagehandler.cpp (renamed from storagehandler.C)0
-rw-r--r--testaddsel.cpp (renamed from testaddsel.C)0
-rw-r--r--testit.cpp (renamed from testit.C)0
-rw-r--r--transporthandler.cpp (renamed from transporthandler.C)0
14 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 447b129..8652658 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ all: $(DAEMON) $(LIB_APP) $(LIB_HOST_SRV) $(TESTER)
$(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)
diff --git a/apphandler.C b/apphandler.cpp
index b8cc0aa..b8cc0aa 100644
--- a/apphandler.C
+++ b/apphandler.cpp
diff --git a/chassishandler.C b/chassishandler.cpp
index ded9157..ded9157 100644
--- a/chassishandler.C
+++ b/chassishandler.cpp
diff --git a/dcmihandler.C b/dcmihandler.cpp
index fafebdc..fafebdc 100644
--- a/dcmihandler.C
+++ b/dcmihandler.cpp
diff --git a/globalhandler.C b/globalhandler.cpp
index 889d127..889d127 100644
--- a/globalhandler.C
+++ b/globalhandler.cpp
diff --git a/groupext.C b/groupext.cpp
index b834f9b..b834f9b 100644
--- a/groupext.C
+++ b/groupext.cpp
diff --git a/ipmid.C b/ipmid.cpp
index 7848afe..7848afe 100644
--- a/ipmid.C
+++ b/ipmid.cpp
diff --git a/ipmisensor.C b/ipmisensor.cpp
index b6927ac..b6927ac 100644
--- a/ipmisensor.C
+++ b/ipmisensor.cpp
diff --git a/sensorhandler.C b/sensorhandler.cpp
index 39de660..39de660 100644
--- a/sensorhandler.C
+++ b/sensorhandler.cpp
diff --git a/storageaddsel.C b/storageaddsel.cpp
index 3343772..3343772 100644
--- a/storageaddsel.C
+++ b/storageaddsel.cpp
diff --git a/storagehandler.C b/storagehandler.cpp
index 9622ed9..9622ed9 100644
--- a/storagehandler.C
+++ b/storagehandler.cpp
diff --git a/testaddsel.C b/testaddsel.cpp
index 202200a..202200a 100644
--- a/testaddsel.C
+++ b/testaddsel.cpp
diff --git a/testit.C b/testit.cpp
index a0cd2c1..a0cd2c1 100644
--- a/testit.C
+++ b/testit.cpp
diff --git a/transporthandler.C b/transporthandler.cpp
index 3b4cf07..3b4cf07 100644
--- a/transporthandler.C
+++ b/transporthandler.cpp
OpenPOWER on IntegriCloud