Fixed lib inclusion in makefile
This commit is contained in:
parent
597dcee303
commit
10cc67a25a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ override CPPFLAGS += -DWITH_THREADNAMES=1
|
|||
endif
|
||||
|
||||
THREADLIB = -lpthread -lrt
|
||||
LDLIBS =
|
||||
LDLIBS = ${THREADLIB}
|
||||
LDFLAGS = -I${includedir} -L${libdir} -lmist
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue