From c8bafad24c902f4b53597880ed3c8c41719ea69a Mon Sep 17 00:00:00 2001 From: Steffen Schmidt Date: Fri, 27 Apr 2018 08:53:34 +0200 Subject: [PATCH] wmcliphist: Fix a typo in the Makefile Signed-off-by: Carlos R. Mafra --- wmcliphist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcliphist/Makefile b/wmcliphist/Makefile index 922e7e2..c6dab1c 100644 --- a/wmcliphist/Makefile +++ b/wmcliphist/Makefile @@ -13,7 +13,7 @@ DEBUG = # for debuggind purposes # ISO doesn't support macros with variable number of arguments so -pedantic # must not be used -#CFLAGS += -Wall -g -ansi $(INCLUDES) -DFNCALL_DEBUG +#CFLAGS += -Wall -g -ansi $(INCLUDES) -DFNCALL_DEBUG -DDATADIR=\"$(DATADIR)\" #DEBUG = debug.o LIBS = `pkg-config --libs gtk+-3.0 x11`