diff --git a/compiler/libpc300/Makefile b/compiler/libpc300/Makefile index 3f307e9f..d036674d 100755 --- a/compiler/libpc300/Makefile +++ b/compiler/libpc300/Makefile @@ -9,7 +9,8 @@ CPP = gcc NAME = amxxpc OBJECTS = sc1.c sc2.c sc3.c sc4.c sc5.c sc6.c sc7.c scvars.c scmemfil.c \ - scstate.c sclist.c sci18n.c scexpand.c pawncc.c libpawnc.c prefix.c + scstate.c sclist.c sci18n.c scexpand.c pawncc.c libpawnc.c prefix.c \ + memfile.c LINK = -lpthread