Skip to content

Commit 0a0810b

Browse files
committed
fix: Include required CMake file.
Signed-off-by: Paolo Insogna <[email protected]>
1 parent 8757af2 commit 0a0810b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ postversion: release
7676
git push
7777
git checkout release --
7878
cp -rf release/* ./
79-
rm -rf build cmake release
80-
git add include src *.gyp *.gypi CMakeLists.txt README.md LICENSE libllhttp.pc.in
79+
rm -rf build release
80+
git add include src *.gyp *.gypi CMakeLists.txt README.md LICENSE libllhttp.pc.in cmake/llhttpConfig.cmake.in
8181
git commit -a -m "release: $(RELEASE)"
8282
git tag "release/v$(RELEASE)"
8383
git push && git push --tags

0 commit comments

Comments
 (0)