| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 5ec982dff2dbd35f112aff3d64b1868cd3b277e0..e21ae395973ba4d680eea128a19472d2bf57ff67 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -1,6 +1,7 @@
|
| PLUGIN_SRC = \
|
| prepend.dart \
|
| bin/protoc_plugin.dart \
|
| + lib/client_generator.dart \
|
| lib/code_generator.dart \
|
| lib/enum_generator.dart \
|
| lib/exceptions.dart \
|
| @@ -12,6 +13,7 @@ PLUGIN_SRC = \
|
| lib/output_config.dart \
|
| lib/protobuf_field.dart \
|
| lib/protoc.dart \
|
| + lib/service_generator.dart \
|
| lib/src/descriptor.pb.dart \
|
| lib/src/plugin.pb.dart \
|
| lib/writer.dart
|
|
|