Commit b5007952 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Always include optional files to EXTRA_DIST

parent cdf1f269
......@@ -21,9 +21,9 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
if HAVE_LIBBPF
EXTRA_DIST = CMakeLists.txt reuseport_kern.c
EXTRA_DIST = reuseport_kern.c
if HAVE_LIBBPF
bpf_pkglibdir = $(pkglibdir)
bpf_pkglib_DATA = reuseport_kern.o
......
......@@ -23,7 +23,7 @@
AM_CPPFLAGS = @DEFS@
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST = CMakeLists.txt build_config.rb mruby/*
if ENABLE_THIRD_PARTY
......@@ -49,8 +49,6 @@ endif # HAVE_NEVERBLEED
if HAVE_MRUBY
EXTRA_DIST += build_config.rb mruby/*
.PHONY: all-local clean mruby
mruby:
......
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