diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2016-07-12 11:39:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 11:39:52 -0400 |
commit | 70c1ac756d3cd8fa04725f82f0ad1a30404c3bb3 (patch) | |
tree | 5c9b0adf8f2179efd2fc9c2a6699899d234675d7 | |
parent | 790e6afb72ed4ad952d9c74e73ae53a01443fe97 (diff) | |
parent | 0d079bca767c5b254f7c975506cf60294d282697 (diff) |
Merge pull request #1776 from thomasvl/fix_dist
Remove the baseline files from the make dist file list.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1443b753..72cc9149 100644 --- a/Makefile.am +++ b/Makefile.am @@ -463,8 +463,6 @@ objectivec_EXTRA_DIST= \ objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj \ objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata \ objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings \ - objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcbaselines/8BBEA4A5147C727100C4ADB7.xcbaseline/FFE465CA-0E74-40E8-9F09-500B66B7DCB2.plist \ - objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcbaselines/8BBEA4A5147C727100C4ADB7.xcbaseline/Info.plist \ objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme \ objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme \ objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj \ |