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

SUBDIRS = src include

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

noinst_LTLIBRARIES = libgtest.la

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

EXTRA_DIST = CMakeLists.txt.in