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
210392eb
Commit
210392eb
authored
Sep 19, 2015
by
Martin Maly
Browse files
Adding missing files to googlemock distribution.
parent
b16fc6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
googlemock/Makefile.am
googlemock/Makefile.am
+6
-2
No files found.
googlemock/Makefile.am
View file @
210392eb
...
@@ -42,7 +42,10 @@ pkginclude_internaldir = $(pkgincludedir)/internal
...
@@ -42,7 +42,10 @@ pkginclude_internaldir = $(pkgincludedir)/internal
pkginclude_internal_HEADERS
=
\
pkginclude_internal_HEADERS
=
\
include/gmock/internal/gmock-generated-internal-utils.h
\
include/gmock/internal/gmock-generated-internal-utils.h
\
include/gmock/internal/gmock-internal-utils.h
\
include/gmock/internal/gmock-internal-utils.h
\
include/gmock/internal/gmock-port.h
include/gmock/internal/gmock-port.h
\
include/gmock/internal/custom/gmock-generated-actions.h
\
include/gmock/internal/custom/gmock-matchers.h
\
include/gmock/internal/custom/gmock-port.h
lib_libgmock_main_la_SOURCES
=
src/gmock_main.cc
lib_libgmock_main_la_SOURCES
=
src/gmock_main.cc
lib_libgmock_main_la_LIBADD
=
lib/libgmock.la
lib_libgmock_main_la_LIBADD
=
lib/libgmock.la
...
@@ -136,7 +139,8 @@ EXTRA_DIST += \
...
@@ -136,7 +139,8 @@ EXTRA_DIST += \
include/gmock/gmock-generated-function-mockers.h.pump
\
include/gmock/gmock-generated-function-mockers.h.pump
\
include/gmock/gmock-generated-matchers.h.pump
\
include/gmock/gmock-generated-matchers.h.pump
\
include/gmock/gmock-generated-nice-strict.h.pump
\
include/gmock/gmock-generated-nice-strict.h.pump
\
include/gmock/internal/gmock-generated-internal-utils.h.pump
include/gmock/internal/gmock-generated-internal-utils.h.pump
\
include/gmock/internal/custom/gmock-generated-actions.h.pump
# Script for fusing Google Mock and Google Test source files.
# Script for fusing Google Mock and Google Test source files.
EXTRA_DIST
+=
scripts/fuse_gmock_files.py
EXTRA_DIST
+=
scripts/fuse_gmock_files.py
...
...
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