Fix dist_clean and maintainer-clean to get more generated files.

pull/1039/head
Thomas Van Lenten 9 years ago
parent 014b9012d3
commit a20d0b6cd4
  1. 1
      Makefile.am
  2. 1
      conformance/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 \

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

Loading…
Cancel
Save