aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Becker <jeff@i2p.rocks>2019-06-27 12:55:17 -0400
committerJeff Becker <jeff@i2p.rocks>2019-06-27 12:55:17 -0400
commit0ae42717c08a85a6509214e881422c7fbe7ecc45 (patch)
treef4d4eff3d00a6d13e062e020f2366bcbc05557d1
parent5f7d50dd5dbb06dcfe2fafce99638d066f7de92d (diff)
downloadwterm-0ae42717c08a85a6509214e881422c7fbe7ecc45.zip
wterm-0ae42717c08a85a6509214e881422c7fbe7ecc45.tar.gz
wterm-0ae42717c08a85a6509214e881422c7fbe7ecc45.tar.bz2
fix compile locally
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ce652f..e088394 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
CFLAGS += -std=gnu99 -Wall -g -DWITH_WAYLAND_DRM -DWITH_WAYLAND_SHM
CFLAGS += $(shell pkg-config --cflags $(PKGS)) -I include
-LDFLAGS = $(shell pkg-config --libs $(PKGS)) -lm -lutil -L src/wld -lwld
+LDFLAGS =src/wld/libwld.a $(shell pkg-config --libs $(PKGS)) -lm -lutil
WAYLAND_HEADERS = $(wildcard include/*.xml)