瀏覽代碼

Add missing header files in src/Makefile.am

Feng Xiao 10 年之前
父節點
當前提交
044e095a9b
共有 1 個文件被更改,包括 3 次插入1 次删除
  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