diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-28 14:43:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-29 00:18:56 +0300 |
commit | 482cbfc4e1299434a6f632fe7f4b4e3704e65e87 (patch) | |
tree | a629b12b8a768f8431de0c134990bdbaf98912b3 /src/Makefile.am | |
parent | 72cc5d13430dff4e41c77482eebd9e5e421fe739 (diff) | |
download | plus-482cbfc4e1299434a6f632fe7f4b4e3704e65e87.tar.gz plus-482cbfc4e1299434a6f632fe7f4b4e3704e65e87.tar.bz2 plus-482cbfc4e1299434a6f632fe7f4b4e3704e65e87.tar.xz plus-482cbfc4e1299434a6f632fe7f4b4e3704e65e87.zip |
add file access fuzzer.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3d7240abb..a886be801 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -531,6 +531,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ utils/cpu.cpp \ utils/cpu.h \ utils/dtor.h \ + utils/fuzzer.cpp \ + utils/fuzzer.h \ utils/gettext.h \ utils/langs.cpp \ utils/langs.h \ |