Nobuaki Sukegawa | bd16530 | 2016-01-19 11:10:07 +0900 | [diff] [blame] | 1 | # distributed with this work for additional information |
| 2 | # regarding copyright ownership. The ASF licenses this file |
| 3 | # to you under the Apache License, Version 2.0 (the |
| 4 | # "License"); you may not use this file except in compliance |
| 5 | # with the License. You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, |
| 10 | # software distributed under the License is distributed on an |
| 11 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 12 | # KIND, either express or implied. See the License for the |
| 13 | # specific language governing permissions and limitations |
| 14 | # under the License. |
| 15 | # |
| 16 | |
Thomas | 63f0458 | 2024-03-21 22:51:07 +0900 | [diff] [blame] | 17 | distdir: |
| 18 | $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| 19 | |
Nobuaki Sukegawa | bd16530 | 2016-01-19 11:10:07 +0900 | [diff] [blame] | 20 | EXTRA_DIST = \ |
| 21 | local_thrift \ |
| 22 | index.html \ |
| 23 | container_limit.py \ |
| 24 | index.html \ |
| 25 | known_failures_Linux.json \ |
| 26 | Makefile.am \ |
James E. King, III | 0619087 | 2017-02-20 08:52:11 -0500 | [diff] [blame] | 27 | nosslv3.sh \ |
Nobuaki Sukegawa | bd16530 | 2016-01-19 11:10:07 +0900 | [diff] [blame] | 28 | string_limit.py \ |
| 29 | tests.json \ |
| 30 | theader_binary.py \ |
Nobuaki Sukegawa | 73d1637 | 2016-03-19 23:32:11 +0900 | [diff] [blame] | 31 | setup.cfg \ |
James E. King, III | 0619087 | 2017-02-20 08:52:11 -0500 | [diff] [blame] | 32 | tls.sh \ |
Nobuaki Sukegawa | bd16530 | 2016-01-19 11:10:07 +0900 | [diff] [blame] | 33 | util.py |