From: David Given Date: Sat, 5 Nov 2016 10:52:54 +0000 (+0100) Subject: Ensure the modules properly depend on their headers. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ba409eb743302d1d0ed79497b81ecd6bf85e9d3;p=ack.git Ensure the modules properly depend on their headers. --- diff --git a/modules/src/data/build.lua b/modules/src/data/build.lua index f9af7c519..9f5941808 100644 --- a/modules/src/data/build.lua +++ b/modules/src/data/build.lua @@ -2,7 +2,6 @@ clibrary { name = "lib", srcs = { "./*.c" }, hdrs = { "./*.h" }, - deps = { - }, + deps = { "./*.h" }, }