Home | History | Annotate | Download | only in test
      1 # Process this file with automake to produce Makefile.in
      2 
      3 NULL =
      4 EXTRA_DIST =
      5 SUBDIRS = api shaping fuzzing subset
      6 
      7 EXTRA_DIST += \
      8 	CMakeLists.txt \
      9 	$(NULL)
     10 
     11 # Convenience targets:
     12 lib:
     13 	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
     14 
     15 -include $(top_srcdir)/git.mk
     16