aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-05-26 11:01:26 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2015-05-26 11:01:26 -0700
commit973bec13b3bb7d5347e63fc6d8a37cccacb2c042 (patch)
tree07c6dd7463bc40d6825baba0220570ccb386ff9a
parent8e1426800e8332bcdfa9f29eb0db41d3a565b598 (diff)
parent7e53cf77891744b40ea6fb6e722e545e1a1c37fd (diff)
downloadprotobuf-973bec13b3bb7d5347e63fc6d8a37cccacb2c042.tar.gz
protobuf-973bec13b3bb7d5347e63fc6d8a37cccacb2c042.tar.bz2
protobuf-973bec13b3bb7d5347e63fc6d8a37cccacb2c042.zip
Merge pull request #424 from jcanizales/make-objc-helpers-available-to-other-plugins
Adds objectivec_helpers.h to the headers installed by make.
-rw-r--r--src/Makefile.am1
-rwxr-xr-xvsprojects/extract_includes.bat1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a394a13a..33894dc1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -147,6 +147,7 @@ nobase_include_HEADERS = \
google/protobuf/compiler/java/java_names.h \
google/protobuf/compiler/javanano/javanano_generator.h \
google/protobuf/compiler/objectivec/objectivec_generator.h \
+ google/protobuf/compiler/objectivec/objectivec_helpers.h \
google/protobuf/compiler/python/python_generator.h \
google/protobuf/compiler/ruby/ruby_generator.h \
google/protobuf/compiler/csharp/csharp_generator.h
diff --git a/vsprojects/extract_includes.bat b/vsprojects/extract_includes.bat
index e912011d..989fef4b 100755
--- a/vsprojects/extract_includes.bat
+++ b/vsprojects/extract_includes.bat
@@ -23,6 +23,7 @@ copy ..\src\google\protobuf\compiler\java\java_generator.h include\google\protob
copy ..\src\google\protobuf\compiler\java\java_names.h include\google\protobuf\compiler\java\java_names.h
copy ..\src\google\protobuf\compiler\javanano\javanano_generator.h include\google\protobuf\compiler\javanano\javanano_generator.h
copy ..\src\google\protobuf\compiler\objectivec\objectivec_generator.h include\google\protobuf\compiler\objectivec\objectivec_generator.h
+copy ..\src\google\protobuf\compiler\objectivec\objectivec_helpers.h include\google\protobuf\compiler\objectivec\objectivec_helpers.h
copy ..\src\google\protobuf\compiler\parser.h include\google\protobuf\compiler\parser.h
copy ..\src\google\protobuf\compiler\plugin.h include\google\protobuf\compiler\plugin.h
copy ..\src\google\protobuf\compiler\plugin.pb.h include\google\protobuf\compiler\plugin.pb.h