wmcliphist: Fix a typo in the Makefile
Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
parent
1acb15ed41
commit
c8bafad24c
|
@ -13,7 +13,7 @@ DEBUG =
|
||||||
# for debuggind purposes
|
# for debuggind purposes
|
||||||
# ISO doesn't support macros with variable number of arguments so -pedantic
|
# ISO doesn't support macros with variable number of arguments so -pedantic
|
||||||
# must not be used
|
# must not be used
|
||||||
#CFLAGS += -Wall -g -ansi $(INCLUDES) -DFNCALL_DEBUG
|
#CFLAGS += -Wall -g -ansi $(INCLUDES) -DFNCALL_DEBUG -DDATADIR=\"$(DATADIR)\"
|
||||||
#DEBUG = debug.o
|
#DEBUG = debug.o
|
||||||
|
|
||||||
LIBS = `pkg-config --libs gtk+-3.0 x11`
|
LIBS = `pkg-config --libs gtk+-3.0 x11`
|
||||||
|
|
Loading…
Reference in a new issue