Skip to content

Commit

Permalink
Enable out of tree builds of NSD
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Dec 23, 2024
1 parent 83a2327 commit 5e6f86d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to simdzone will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2025-??-??

### Fixed

- Out of tree builds (NLnetLabs/nsd#415)

## [0.2.0] - 2024-12-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WESTMERE = @HAVE_WESTMERE@
HASWELL = @HAVE_HASWELL@

CC = @CC@
CPPFLAGS = @CPPFLAGS@ -I$(SOURCE)/include -I$(SOURCE)/src -I.
CPPFLAGS = @CPPFLAGS@ -Iinclude -I$(SOURCE)/include -I$(SOURCE)/src -Isimdzone/include -I.
CFLAGS = @CFLAGS@
DEPFLAGS = @DEPFLAGS@
VPATH = @srcdir@
Expand Down

0 comments on commit 5e6f86d

Please sign in to comment.