We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb9c44 commit 92d09bdCopy full SHA for 92d09bd
Makefile.am
@@ -51,7 +51,7 @@ win-package: win-docs
51
make dll
52
$(STRIP) ssdeep.exe
53
mkdir $(distdir)
54
- cp $(WINDOWSDOCS) ssdeep.exe fuzzy.dll fuzzy.def sample.c $(distdir)
+ cp $(WINDOWSDOCS) ssdeep.exe fuzzy.dll fuzzy.def fuzzy.h sample.c $(distdir)
55
# flip -d $(distdir)/{sample.c,fuzzy.def}
56
# unix2dos $(distdir)/{sample.c,fuzzy.def}
57
zip -lr9 $(distdir).zip $(distdir)
sample.c
@@ -40,7 +40,7 @@
40
#include <stdlib.h>
41
#include <inttypes.h>
42
43
-#include <fuzzy.h>
+#include "fuzzy.h"
44
45
#define FILENAME "foo.dat"
46
#define SIZE 0x50000
0 commit comments