summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8dc8245..d59002d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC ?= clang
CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wunused -Wswitch-enum
-INCLUDES := $(shell pkg-config --cflags xft libpulse)
-LDFLAGS := $(shell pkg-config --libs x11 xft libpulse) -lpthread
+INCLUDES := $(shell pkg-config --cflags xft libpulse gio-2.0 gio-unix-2.0)
+LDFLAGS := $(shell pkg-config --libs x11 xft libpulse gio-2.0 gio-unix-2.0) -lpthread
DESTDIR ?= /usr/local
DISPLAY_NUM := 69