From e6ced3b9d0e4ae506d03f970a963f88c0b514e94 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Sun, 7 Feb 2016 18:14:17 -0800 Subject: [PATCH] Fix Build: conditionally_existent_test in folly/test/Makefile.am Summary: [Folly] Fix Build: `conditionally_existent_test` in `folly/test/Makefile.am`. HT: https://github.com/shindo. Reviewed By: meyering Differential Revision: D2910782 fb-gh-sync-id: 9593f026e7c58b8644abc5996da65005bcc2d095 --- folly/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 8c305dd7..deb2e69f 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -159,7 +159,7 @@ string_test_SOURCES = StringTest.cpp string_test_LDADD = libfollytestmain.la TESTS += string_test -conditionally_existent_test_SOURCES = ConditionallyExistent.cpp +conditionally_existent_test_SOURCES = ConditionallyExistentTest.cpp conditionally_existent_test_LDADD = libfollytestmain.la TESTS += conditionally_existent_test -- 2.34.1