Skip to content

Commit

Permalink
Add missing header files in src/Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
xfxyjwf committed Dec 13, 2014
1 parent e7d562a commit 044e095
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ nobase_include_HEADERS = \
google/protobuf/compiler/plugin.pb.h \
google/protobuf/compiler/cpp/cpp_generator.h \
google/protobuf/compiler/java/java_generator.h \
google/protobuf/compiler/python/python_generator.h
google/protobuf/compiler/javanano/javanano_generator.h \
google/protobuf/compiler/python/python_generator.h \
google/protobuf/compiler/ruby/ruby_generator.h

lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la

Expand Down

0 comments on commit 044e095

Please sign in to comment.