Commit 2f2da070 authored by Thomas Van Lenten's avatar Thomas Van Lenten

Merge pull request #1039 from thomasvl/fix_cleans

Fix distclean and maintainer-clean to get more generated files.
parents 014b9012 a20d0b6c
...@@ -682,6 +682,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ ...@@ -682,6 +682,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
# Deletes all the files generated by autogen.sh. # Deletes all the files generated by autogen.sh.
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
aclocal.m4 \ aclocal.m4 \
ar-lib \
config.guess \ config.guess \
config.sub \ config.sub \
configure \ configure \
......
...@@ -10,6 +10,7 @@ protoc_outputs = \ ...@@ -10,6 +10,7 @@ protoc_outputs = \
other_language_protoc_outputs = \ other_language_protoc_outputs = \
conformance.rb \ conformance.rb \
com/google/protobuf/conformance/Conformance.java \ com/google/protobuf/conformance/Conformance.java \
conformance_pb2.py \
Conformance.pbobjc.h \ Conformance.pbobjc.h \
Conformance.pbobjc.m Conformance.pbobjc.m
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment