Carlos O'Ryan | aea8580 | 2017-12-03 14:07:35 -0500 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in |
2 | ACLOCAL_AMFLAGS = -I m4 | ||||
3 | |||||
4 | AUTOMAKE_OPTIONS = foreign | ||||
5 | |||||
6 | # Build . before src so that our all-local and clean-local hooks kicks in at | ||||
7 | # the right time. | ||||
8 | SUBDIRS = googletest googlemock | ||||
9 | |||||
10 | EXTRA_DIST = \ | ||||
11 | BUILD.bazel \ | ||||
12 | CMakeLists.txt \ | ||||
13 | README.md \ | ||||
14 | WORKSPACE |