diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-25 20:31:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 20:31:31 -0700 |
commit | 993f6d8960bf99214fc455030334361486525130 (patch) | |
tree | b76054e14d96ff7dc4c4ec7f1238f55ce64797ee | |
parent | adcb1f8e8ea6ae9d309c3106879cf789c100aac3 (diff) | |
download | googletest-993f6d8960bf99214fc455030334361486525130.tar.gz googletest-993f6d8960bf99214fc455030334361486525130.tar.bz2 googletest-993f6d8960bf99214fc455030334361486525130.zip |
Update Makefile.am
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dca37c85..433eefeb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ ## Process this file with automake to produce Makefile.in -AM_CXXFLAGS = -std=gnu++11 - ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign |