diff options
author | White_Rabbit <bruno@tracciabi.li> | 2017-12-15 11:56:31 +0100 |
---|---|---|
committer | White_Rabbit <bruno@tracciabi.li> | 2017-12-15 12:08:13 +0100 |
commit | bd7dc7a9745b325f5ea8b2c23497335046b03990 (patch) | |
tree | f0f55a8c959e6ba57326266c284add3f69555d29 /Makefile | |
parent | 1a53f61998407013719fdabdcff4ead3e9715340 (diff) | |
download | purple-matrix-bd7dc7a9745b325f5ea8b2c23497335046b03990.tar.gz |
[Makefile] Change fixed pkg-config into variable PKG_CONFIG
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ LIBS=purple json-glib-1.0 glib-2.0 PKG_CONFIG=pkg-config CFLAGS+=$(shell $(PKG_CONFIG) --cflags $(LIBS)) CFLAGS+=-fPIC -DPIC -LDLIBS+=$(shell pkg-config --libs $(LIBS)) +LDLIBS+=$(shell $(PKG_CONFIG) --libs $(LIBS)) LDLIBS+=-lhttp_parser PLUGIN_DIR_PURPLE = $(shell $(PKG_CONFIG) --variable=plugindir purple) |