build: drop non-configured non-dependencies
Drop non-configured non-dependencies from Makefile.am. These are
libraries and flags used in the Makefile.am that are not listed in the
configure script, and therefore non-configured. This did not create an
error because these items were not dependencies.
Change-Id: I8d25e891f85fb27b312938d26ec8b9af6931c801
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am
index 8831daf..40ea490 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,12 +4,8 @@
libethstatscmd_LTLIBRARIES = libethstatscmd.la
libethstatscmd_la_SOURCES = main.cpp
-libethstatscmd_la_LDFLAGS = $(SYSTEMD_LIBS) \
- $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
- $(PHOSPHOR_LOGGING_LIBS) \
+libethstatscmd_la_LDFLAGS = \
-lstdc++fs \
-version-info 0:0:0 -shared
-libethstatscmd_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \
- $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
- $(PHOSPHOR_LOGGING_CFLAGS)
+libethstatscmd_la_CXXFLAGS =