diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ udevdir ?= /lib/udev/rules.d CFLAGS ?= -O2 CFLAGS += -g -Wall +CFLAGS += -g -Wall +CFLAGS += $(shell pkg-config --cflags spice-protocol) TARGETS := vdagent |