From: Yedidya Feldblum Date: Mon, 8 Feb 2016 02:14:17 +0000 (-0800) Subject: Fix Build: conditionally_existent_test in folly/test/Makefile.am X-Git-Tag: deprecate-dynamic-initializer~87 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e6ced3b9d0e4ae506d03f970a963f88c0b514e94;p=folly.git 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 --- 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