diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-04 22:35:03 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-04 22:35:03 +0200 |
commit | 05c8a23ec8725815b54f9d73c184a70e491c2f20 (patch) | |
tree | 3bbff60e29a39acc133a56fbc4361a2f47c87c8b /Makefile | |
parent | e32cc549d19a0fb59febf8487d604bf4a7f774b5 (diff) | |
download | netlink-notify-05c8a23ec8725815b54f9d73c184a70e491c2f20.tar.gz netlink-notify-05c8a23ec8725815b54f9d73c184a70e491c2f20.tar.zst |
add -Werror to CFLAGS and fix includes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # netlink-notify - Notify about netlink changes CC := gcc -CFLAGS += -O2 -Wall +CFLAGS += -O2 -Wall -Werror CFLAGS += $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) |