test: Makefile.am: Remove -lstdc++fs
56d14d04 dropped experimental::filesystem and removed one
-lstdc++fs, this removes the other.
Tested: Built the repo.
Change-Id: I085ad483b317b0018e45001d6d12740ec662d811
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/test/Makefile.am b/test/Makefile.am
index 52aefd0..6f1827f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -15,8 +15,7 @@
$(PTHREAD_LIBS) \
$(OESDK_TESTCASE_FLAGS) \
$(PHOSPHOR_LOGGING_LIBS) \
- $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
- -lstdc++fs
+ $(PHOSPHOR_DBUS_INTERFACES_LIBS)
utest_SOURCES = utest.cpp
utest_LDADD = $(top_srcdir)/targeting.cpp $(top_srcdir)/filedescriptor.cpp