Skip to content

Commit 0863e03

Browse files
committed
marketprice: make makefile ubuntu comfortable
1 parent e047fd1 commit 0863e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marketprice/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TARGET := marketprice
22
INCS = -I ../network -I ../utils
3-
LIBS = -L ../utils -lutils -L ../network -lnetwork -Wl,-Bstatic -lev -ljansson -lmpdec -lrdkafka -lz -lssl -lcrypto -lhiredis -lcurl -Wl,-Bdynamic -lm -lpthread -ldl
4-
include ../makefile.inc
3+
LIBS = -L ../utils -lutils -L ../network -lnetwork -Wl,-Bstatic -lev -ljansson -lmpdec -lrdkafka -lcurl -lz -lssl -lcrypt -lcrypto -lhiredis -Wl,-Bdynamic -lm -lpthread -ldl -lldap -lkrb5 -llber -lgss -lidn -lrtmp
4+
include ../makefile.inc

0 commit comments

Comments
 (0)