c494d7abcd
CMake tests are broken anyway as py3 changes so let's get rid of them
16 lines
269 B
Makefile
16 lines
269 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
EXTRA_DIST =
|
|
SUBDIRS = api shaping fuzzing subset
|
|
|
|
EXTRA_DIST += \
|
|
meson.build \
|
|
$(NULL)
|
|
|
|
# Convenience targets:
|
|
lib:
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
|
|
|
-include $(top_srcdir)/git.mk
|