Skip to content

Commit e261b0c

Browse files
committed
reorganise header directories
1 parent 9938055 commit e261b0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ WL_SCANNER = /usr/local/bin/wayland-scanner
22
WLR_LAYER_SHELL = protocols/wlr-layer-shell-unstable-v1.xml
33
XDG_SHELL = /usr/local/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
44

5-
CFLAGS += -I/usr/local/include/ -I/usr/local/include/pixman-1/ -I.
5+
CFLAGS += -I/usr/local/include/pixman-1/ -I.
66
CFLAGS += -I/usr/local/include/wlroots-0.19/
7+
CFLAGS += -I/usr/local/include/
78
CFLAGS += -DWLR_USE_UNSTABLE
89

9-
LDFLAGS = -L/usr/local/lib -lwayland-server -lwlroots-0.19 -lxkbcommon
10+
LDFLAGS = -L/usr/local/lib -lwayland-server -lwlroots-0.19 -lxkbcommon -lm
1011

1112
HEADERS = xdg-shell-protocol.h wlr-layer-shell-unstable-v1-protocol.h
1213

0 commit comments

Comments
 (0)