Revision 00486476193b0c23334592749db3a77df7d1db40 authored by Gennadiy Civil on 27 July 2018, 19:15:11 UTC, committed by GitHub on 27 July 2018, 19:15:11 UTC
Formatting changes for automatic code management
2 parent s 40904f8 + ec13264
Raw File
Makefile.am
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4

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
back to top