Procházet zdrojové kódy

Merge pull request #1039 from thomasvl/fix_cleans

Fix distclean and maintainer-clean to get more generated files.
Thomas Van Lenten před 9 roky
rodič
revize
2f2da0702d
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 1 0
      Makefile.am
  2. 1 0
      conformance/Makefile.am

+ 1 - 0
Makefile.am

@@ -682,6 +682,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST)   \
 # Deletes all the files generated by autogen.sh.
 MAINTAINERCLEANFILES =   \
   aclocal.m4             \
+  ar-lib                 \
   config.guess           \
   config.sub             \
   configure              \

+ 1 - 0
conformance/Makefile.am

@@ -10,6 +10,7 @@ protoc_outputs =                                               \
 other_language_protoc_outputs =                                \
   conformance.rb                                               \
   com/google/protobuf/conformance/Conformance.java             \
+  conformance_pb2.py                                           \
   Conformance.pbobjc.h                                         \
   Conformance.pbobjc.m