]> Pileus Git - wmpus/blobdiff - makefile
Add native Wayland interface
[wmpus] / makefile
index f24c8a33b4a3d6c59a249b62bcd04fef90fbd749..bd3e1e73b5628ac731d0c40adf83c4a3ab09ccdd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -10,6 +10,12 @@ CFLAGS    ?= -g -Wall
 PREFIX    ?= /usr/local
 MANPREFIX ?= ${PREFIX}/share/man
 
+ifeq ($(SYS),wl)
+GCC       ?= gcc
+PROG      ?= wmpus
+LDFLAGS   += -lwayland-client -lwayland-server
+endif
+
 ifeq ($(SYS),swc)
 GCC       ?= gcc
 PROG      ?= wmpus