]> Nishi Git Mirror - gwion.git/commitdiff
:art: Try adding window stuff
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 30 Jan 2021 19:22:26 +0000 (20:22 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 30 Jan 2021 19:22:26 +0000 (20:22 +0100)
tests/plug/Makefile

index 93ba7f814c05bb8c2a9671ffe1362108d7c77001..1e3abfe1e276ca55d765dfc273437f009c8d9dc0 100644 (file)
@@ -18,6 +18,12 @@ LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import
 LDFLAGS += -L../../ -lgwion
 LDLAGS += ../../libgwion.dll.a
 LDLAGS += ../../libgwion.a
+LDFLAGS += -L../../ -lgwion-ast
+LDLAGS += ../../libgwion-ast.dll.a
+LDLAGS += ../../libgwion-ast.a
+LDFLAGS += -L../../ -lgwion-util
+LDLAGS += ../../libgwion-util.dll.a
+LDLAGS += ../../libgwion-util.a
 endif
 endif