Browse Source

Add missing header files in src/Makefile.am

Feng Xiao 10 years ago
parent
commit
044e095a9b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/Makefile.am

+ 3 - 1
src/Makefile.am

@@ -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