mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Also add *.hpp files to autotools sources lists
This commit is contained in:
@@ -16,7 +16,7 @@ implfind()
|
|||||||
|
|
||||||
sourcefind()
|
sourcefind()
|
||||||
{
|
{
|
||||||
find "$1" $2 -type f \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" -o -iname "*.lch" \) | awk "{print \"./$prefix\"\$0\" \\\\\"}" | grep -v -f"$LOVEROOT/platform/unix/exclude"
|
find "$1" $2 -type f \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" -o -iname "*.hpp" -o -iname "*.lch" \) | awk "{print \"./$prefix\"\$0\" \\\\\"}" | grep -v -f"$LOVEROOT/platform/unix/exclude"
|
||||||
}
|
}
|
||||||
|
|
||||||
handlemodule()
|
handlemodule()
|
||||||
|
|||||||
Reference in New Issue
Block a user