Prepare to merge with master

This commit is contained in:
Fufu Fang 2019-10-21 23:17:13 +01:00
parent ad093f4fc0
commit fbc8d3f8b2
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CFLAGS+= -O2 -Wall -Wextra -Wshadow -rdynamic\
-D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\" \
`pkg-config --cflags-only-I gumbo libcurl fuse uuid`
LIBS = -pthread -lgumbo -lcurl -lfuse -lcrypto -luuid
COBJS = network.o fuse_local.o link.o cache.o util.o sonic.o
COBJS = network.o fuse_local.o link.o cache.o util.o main.o
prefix ?= /usr/local