diff options
author | Joseph Bisch <joseph.bisch@gmail.com> | 2018-01-15 10:53:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 10:53:21 -0500 |
commit | 4512e2683ab2e9c680d7fa7e68906225ea266e91 (patch) | |
tree | 967d3e8485d153d8d65839fc6052c3ad9b3c0bbf /src/fe-fuzz/Makefile.am | |
parent | 7de1378dab8081932d9096e19ae3d0921e560230 (diff) | |
parent | 15705432e1fb88d9f784cb3fc12c89f8f9164043 (diff) | |
download | irssi-4512e2683ab2e9c680d7fa7e68906225ea266e91.zip |
Merge pull request #780 from josephbisch/fuzz-event-get-params
Add event_get_params to fe-fuzz
Diffstat (limited to 'src/fe-fuzz/Makefile.am')
-rw-r--r-- | src/fe-fuzz/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-fuzz/Makefile.am b/src/fe-fuzz/Makefile.am index c11b3dbb..ae49f3df 100644 --- a/src/fe-fuzz/Makefile.am +++ b/src/fe-fuzz/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = irc + bin_PROGRAMS = irssi-fuzz # Force link with CXX for libfuzzer support |