diff options
author | Philippe Antoine <contact@catenacyber.fr> | 2019-10-31 08:24:54 +0100 |
---|---|---|
committer | Philippe Antoine <contact@catenacyber.fr> | 2019-10-31 08:37:42 +0100 |
commit | 148506ede87bbbcf8c475c9652c2b7e1b11ecc3a (patch) | |
tree | 446ca207563651f47187407c84c2cd39a179b825 /Makefile.am | |
parent | 1cd7cf99902b269f7e82e7f4bcbba978868bee59 (diff) |
Adds fuzz target
And configur option enable-fuzztargets
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4090817b3..e4d8c58c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,10 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/lib example tests +if BUILD_FUZZTARGETS +SUBDIRS += fuzz +endif + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc |