Skip to content

Commit

Permalink
Move library back to LDLIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Dec 1, 2017
1 parent 1a8dbfc commit 458aeae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CFLAGS := -g -O2 -Wall $(shell pkg-config --cflags --libs liblz4)
CFLAGS := -g -O2 -Wall
LDLIBS := $(shell pkg-config --cflags --libs liblz4)

lz4jsoncat: lz4jsoncat.c

Expand Down

0 comments on commit 458aeae

Please sign in to comment.