aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2015-09-30 13:34:16 -0400
committerThomas Van Lenten <thomasvl@google.com>2015-10-01 09:03:30 -0400
commitad2d5c926bab7af19fa43688b86d368575fd90ce (patch)
treef726631848bd82d528408dc727e1e8ac46419b16 /Makefile.am
parentebf3eb630de34105432fb998492346929b577dcb (diff)
downloadprotobuf-ad2d5c926bab7af19fa43688b86d368575fd90ce.tar.gz
protobuf-ad2d5c926bab7af19fa43688b86d368575fd90ce.tar.bz2
protobuf-ad2d5c926bab7af19fa43688b86d368575fd90ce.zip
Support enum forward decls in Objective C++
NS_ENUM changes defintion in Objective C++ based on the C++ spec being compiled with, special case the one situation where it wouldn't support doing a forward decl for the enum.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b361780..6d918087 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -456,6 +456,7 @@ objectivec_EXTRA_DIST= \
objectivec/Tests/GPBMessageTests+Runtime.m \
objectivec/Tests/GPBMessageTests+Serialization.m \
objectivec/Tests/GPBMessageTests.m \
+ objectivec/Tests/GPBObjectiveCPlusPlusTest.mm \
objectivec/Tests/GPBPerfTests.m \
objectivec/Tests/GPBStringTests.m \
objectivec/Tests/GPBSwiftTests.swift \