fix undefined symbol error for libdynamic
This patch should fix the error
/usr/lib/ipmid-providers/libdynamiccmds.so.0.0.0: undefined symbol: _ZN4ipmi6sensor22EntityInfoMapContainer12getContainerEv
Signed-off-by: linchuyuan <linchuyuan@google.com>
Change-Id: I7bd277874d9deaed462dd7a73c7b773cf98cd1c4
diff --git a/Makefile.am b/Makefile.am
index 0a120e4..49547e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,9 +168,7 @@
providers_LTLIBRARIES += libdynamiccmds.la
libdynamiccmds_la_LIBADD = \
libipmid/libipmid.la
-if FEATURE_HYBRID_SENSORS
libdynamiccmds_la_LIBADD += libipmi20.la
-endif
libdynamiccmds_la_SOURCES = \
dbus-sdr/sensorcommands.cpp \
dbus-sdr/storagecommands.cpp \