[Mesa-dev] [PATCH 07/27] gtest: enable subdir-objects to prevent automake warnings
Emil Velikov
emil.l.velikov at gmail.com
Mon Nov 11 10:53:46 PST 2013
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/gtest/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am
index 4188c6b..23ea749 100644
--- a/src/gtest/Makefile.am
+++ b/src/gtest/Makefile.am
@@ -18,6 +18,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
--
1.8.4.2
More information about the mesa-dev
mailing list