diff options
author | misterg <misterg@google.com> | 2019-06-17 15:04:11 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-17 20:34:23 (GMT) |
commit | d1185b9ffd8f67786eacea5e2fd3c42d3f41deea (patch) | |
tree | afacbaab62c8354656866ef79271f3489b0523db /Makefile.am | |
parent | 176eccfb8f42339b8ea2341e926f6835f7932bc4 (diff) | |
download | googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.zip googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.tar.gz googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.tar.bz2 |
Googletest export
Internal Change
PiperOrigin-RevId: 253581166
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7227e03 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,16 @@ +# Note: automake support is community-based. The maintainers do not use automake +# internally. + +## Process this file with automake to produce Makefile.in + +AUTOMAKE_OPTIONS = foreign + +# Build . before src so that our all-local and clean-local hooks kicks in at +# the right time. +SUBDIRS = googletest googlemock + +EXTRA_DIST = \ + BUILD.bazel \ + CMakeLists.txt \ + README.md \ + WORKSPACE |