Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
c8c8f8c5
Commit
c8c8f8c5
authored
Sep 20, 2015
by
Billy Donahue
Browse files
Merge pull request #593 from martinmaly/distcheck
Adding missing header files to the distribution.
parents
b16fc6a6
48368f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
googletest/Makefile.am
googletest/Makefile.am
+5
-1
No files found.
googletest/Makefile.am
View file @
c8c8f8c5
...
@@ -205,9 +205,13 @@ pkginclude_internal_HEADERS = \
...
@@ -205,9 +205,13 @@ pkginclude_internal_HEADERS = \
include/gtest/internal/gtest-param-util-generated.h
\
include/gtest/internal/gtest-param-util-generated.h
\
include/gtest/internal/gtest-param-util.h
\
include/gtest/internal/gtest-param-util.h
\
include/gtest/internal/gtest-port.h
\
include/gtest/internal/gtest-port.h
\
include/gtest/internal/gtest-port-arch.h
\
include/gtest/internal/gtest-string.h
\
include/gtest/internal/gtest-string.h
\
include/gtest/internal/gtest-tuple.h
\
include/gtest/internal/gtest-tuple.h
\
include/gtest/internal/gtest-type-util.h
include/gtest/internal/gtest-type-util.h
\
include/gtest/internal/custom/gtest.h
\
include/gtest/internal/custom/gtest-port.h
\
include/gtest/internal/custom/gtest-printers.h
lib_libgtest_main_la_SOURCES
=
src/gtest_main.cc
lib_libgtest_main_la_SOURCES
=
src/gtest_main.cc
lib_libgtest_main_la_LIBADD
=
lib/libgtest.la
lib_libgtest_main_la_LIBADD
=
lib/libgtest.la
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment