From: Mikko Rasa Date: Wed, 27 Dec 2023 22:00:43 +0000 (+0200) Subject: Add headers to the library component so dependencies work correctly X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=HEAD;p=ext%2Fvorbisfile.git Add headers to the library component so dependencies work correctly Without this builder does not realize that codec.h is needed by vorbisfile.h and needs to be installed. --- diff --git a/Build b/Build index 7294b22..cb25730 100644 --- a/Build +++ b/Build @@ -61,7 +61,10 @@ package "vorbisfile" library "vorbisfile" { - source "lib/vorbisfile.c"; + source "lib/vorbisfile.c"; + source "include/vorbis/codec.h"; + source "include/vorbis/vorbisenc.h"; + source "include/vorbis/vorbisfile.h"; if_arch "windows" { source "win32/vorbisfile.def";