Skip to content

Commit

Permalink
Make sample.c possible to compile after expanding Windows package
Browse files Browse the repository at this point in the history
  • Loading branch information
a4lg committed Sep 11, 2017
1 parent aeb9c44 commit 92d09bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ win-package: win-docs
make dll
$(STRIP) ssdeep.exe
mkdir $(distdir)
cp $(WINDOWSDOCS) ssdeep.exe fuzzy.dll fuzzy.def sample.c $(distdir)
cp $(WINDOWSDOCS) ssdeep.exe fuzzy.dll fuzzy.def fuzzy.h sample.c $(distdir)
# flip -d $(distdir)/{sample.c,fuzzy.def}
# unix2dos $(distdir)/{sample.c,fuzzy.def}
zip -lr9 $(distdir).zip $(distdir)
Expand Down
2 changes: 1 addition & 1 deletion sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <stdlib.h>
#include <inttypes.h>

#include <fuzzy.h>
#include "fuzzy.h"

#define FILENAME "foo.dat"
#define SIZE 0x50000
Expand Down

0 comments on commit 92d09bd

Please sign in to comment.