aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78ad1db..a990948 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX = /usr/local/bin
CC = gcc
CFLAGS = -Wall -g #-DDEBUG
-LIBS = $(shell gpgme-config --cflags --libs)
+LIBS = $(shell pkg-config --cflags --libs gpgme)
MAN_PATH = /usr/share/man/man1
COMPLETION_PATH = /usr/share/bash-completion/completions/lpass
SOURCES = \