X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FInterface%2FMakefile;h=d5303649c0055f66a0b1bee11b1d9759f88efaea;hb=341d51ca40a4a26ed89914feaacc940c64b22197;hp=d96cc5e9bbb92ef2bb9fc93edc0899b60f3c82c0;hpb=1f2e2ea9289e3fa3768172de9fad129880ed198f;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/Interface/Makefile b/Usermode/Applications/axwin3_src/Interface/Makefile index d96cc5e9..d5303649 100644 --- a/Usermode/Applications/axwin3_src/Interface/Makefile +++ b/Usermode/Applications/axwin3_src/Interface/Makefile @@ -8,7 +8,7 @@ DIR := Apps/AxWin/3.0 BIN := AxWinUI OBJ := main.o -LDFLAGS += -laxwin3 +LIBS += -laxwin3 -include ../../Makefile.tpl