Skip to content

Commit bdd0848

Browse files
authored
Merge branch 'main' into fix-detect-declaration-mac
2 parents 4869c97 + 966829c commit bdd0848

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- Cleanup westmere and haswell object files (#24) Thanks @fobser
13+
- Out of tree builds (NLnetLabs/nsd#415)
1314
- Fix function declarations for fallback detection routine in isadetection.h.
1415

1516
## [0.2.0] - 2024-12-12

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WESTMERE = @HAVE_WESTMERE@
99
HASWELL = @HAVE_HASWELL@
1010

1111
CC = @CC@
12-
CPPFLAGS = @CPPFLAGS@ -I$(SOURCE)/include -I$(SOURCE)/src -I.
12+
CPPFLAGS = @CPPFLAGS@ -Iinclude -I$(SOURCE)/include -I$(SOURCE)/src -I.
1313
CFLAGS = @CFLAGS@
1414
DEPFLAGS = @DEPFLAGS@
1515
VPATH = @srcdir@

0 commit comments

Comments
 (0)