Ensure the modules properly depend on their headers.
authorDavid Given <dg@cowlark.com>
Sat, 5 Nov 2016 10:52:54 +0000 (11:52 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 5 Nov 2016 10:52:54 +0000 (11:52 +0100)
modules/src/data/build.lua

index f9af7c5..9f59418 100644 (file)
@@ -2,7 +2,6 @@ clibrary {
        name = "lib",
        srcs = { "./*.c" },
        hdrs = { "./*.h" },
-       deps = {
-       },
+       deps = { "./*.h" },
 }