aboutsummaryrefslogtreecommitdiff
path: root/test/googletest/Makefile.am
blob: 12a44216e458064ab1087f71c1546ab5b40f8bf0 (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

lib_LTLIBRARIES = libgtest.la

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

EXTRA_DIST = CMakeLists.txt.in