Skip to content

Commit d94ca09

Browse files
Install the tinycbor-version.h header.
Fixes #136. Signed-off-by: Thiago Macieira <[email protected]>
1 parent bfc40dc commit d94ca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RMDIR = rmdir
2121
SED = sed
2222

2323
# Our sources
24-
TINYCBOR_HEADERS = src/cbor.h src/cborjson.h
24+
TINYCBOR_HEADERS = src/cbor.h src/cborjson.h src/tinycbor-version.h
2525
TINYCBOR_FREESTANDING_SOURCES = \
2626
src/cborerrorstrings.c \
2727
src/cborencoder.c \

0 commit comments

Comments
 (0)