Skip to content

Commit 92d09bd

Browse files
committed
Make sample.c possible to compile after expanding Windows package
1 parent aeb9c44 commit 92d09bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ win-package: win-docs
5151
make dll
5252
$(STRIP) ssdeep.exe
5353
mkdir $(distdir)
54-
cp $(WINDOWSDOCS) ssdeep.exe fuzzy.dll fuzzy.def sample.c $(distdir)
54+
cp $(WINDOWSDOCS) ssdeep.exe fuzzy.dll fuzzy.def fuzzy.h sample.c $(distdir)
5555
# flip -d $(distdir)/{sample.c,fuzzy.def}
5656
# unix2dos $(distdir)/{sample.c,fuzzy.def}
5757
zip -lr9 $(distdir).zip $(distdir)

sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <stdlib.h>
4141
#include <inttypes.h>
4242

43-
#include <fuzzy.h>
43+
#include "fuzzy.h"
4444

4545
#define FILENAME "foo.dat"
4646
#define SIZE 0x50000

0 commit comments

Comments
 (0)