diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-05 23:54:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-05 23:54:20 +0200 |
commit | 071597337d00070b44e67fcc1458bcf1f5f343a6 (patch) | |
tree | dccce6c41dbab8b9a78c777463377e70aeb04eac /Makefile | |
parent | 90b01922ea7622de0eab2216912445040389ed5c (diff) | |
parent | 86aaf24691e1d9035a3db86e2df03c49e7675d6c (diff) | |
download | mpd-notification-071597337d00070b44e67fcc1458bcf1f5f343a6.tar.gz mpd-notification-071597337d00070b44e67fcc1458bcf1f5f343a6.tar.zst |
Merge branch 'config'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ RM := rm # flags CFLAGS += -std=c11 -O2 -fPIC -Wall -Werror +CFLAGS += -liniparser CFLAGS += $(shell pkg-config --cflags --libs libmpdclient) CFLAGS += $(shell pkg-config --cflags --libs libnotify) LIBAV_CFLAGS := $(shell pkg-config --cflags --libs libavformat libavutil 2>/dev/null) |