aboutsummaryrefslogtreecommitdiff
path: root/test/googletest/Makefile.am
blob: 5a563a1ed51d0fd2ce2b48264f15ca3daba37372 (plain)
1
2
3
4
5
6
7
8
9
10
AUTOMAKE_OPTIONS = subdir-objects

SUBDIRS = src include

AM_CPPFLAGS = -I$(top_srcdir)/test/googletest/include

lib_LTLIBRARIES = libgtest.la

libgtest_la_LDFLAGS = -no-undefined
libgtest_la_SOURCES = src/gtest-all.cc