X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..0667c218f13a0e68f520016ef47210d198eac4b7:/stglibs/ia.lib/Makefile diff --git a/stglibs/ia.lib/Makefile b/stglibs/ia.lib/Makefile index f6638bce..3ab0306a 100644 --- a/stglibs/ia.lib/Makefile +++ b/stglibs/ia.lib/Makefile @@ -3,14 +3,16 @@ ############################################################################### LIB_NAME = stgia -PROG = lib$(LIB_NAME) SRCS = ia.cpp INCS = ia.h -STGLIBS = -lstgcommon \ - -lstgcrypto +STGLIBS = -lstgcrypto + LIBS = $(LIB_THREAD) +LIB_INCS = -I ../crypto.lib/include \ + -I ../common.lib/include + include ../Makefile.in