From 41ac50530ab0618155d9e8ae3be3a0abd59c24e4 Mon Sep 17 00:00:00 2001 From: Johnathan Mantey Date: Thu, 13 Dec 2018 13:47:21 -0800 Subject: Removing net.hpp and net.cpp because functionality moved The functionality provided by net.hpp and net.cpp has been moved into the channel_mgmt class. Change-Id: I4820609f87f27ebe81d9b36f7b8e95a5262985ac Signed-off-by: Johnathan Mantey --- Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 738092c..39f1344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,7 @@ nodist_ipmid_SOURCES = ipmiwhitelist.cpp libipmi20_BUILT_LIST = \ sensor-gen.cpp \ inventory-sensor-gen.cpp \ - fru-read-gen.cpp \ - channel-gen.cpp + fru-read-gen.cpp BUILT_SOURCES = \ ipmiwhitelist.cpp \ @@ -65,12 +64,8 @@ inventory-sensor-gen.cpp: fru-read-gen.cpp: $(AM_V_GEN)@FRUGEN@ -o $(top_builddir) generate-cpp -channel-gen.cpp: - $(AM_V_GEN)@CHANNELGEN@ -o $(top_builddir) generate-cpp - providers_LTLIBRARIES += libipmi20.la libipmi20_la_SOURCES = \ - net.cpp \ app/channel.cpp \ app/watchdog.cpp \ app/watchdog_service.cpp \ -- cgit v1.2.1