Commit d666fcdb authored by Dave Watson's avatar Dave Watson Committed by ptarjan

fix automake

Summary:
Automake complains there are two Malloc.cpp rules - rename one of them.

Facebook: Actually this file doesn't even build in fbconfig - is it still necessary?

Test Plan: autoreconf -i on ubuntu doens't fail

Reviewed By: pgriess@fb.com

FB internal diff: D1257372
parent 64d0f9a3
......@@ -212,7 +212,7 @@ libfolly_la_SOURCES += detail/Clock.cpp
endif
if !HAVE_WEAK_SYMBOLS
libfolly_la_SOURCES += detail/Malloc.cpp
libfolly_la_SOURCES += detail/MallocImpl.cpp
endif
if !HAVE_BITS_FUNCTEXCEPT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment