changeset 651:e862edb65b9d

Make XDG config dir default.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Jan 2015 06:44:40 +0200
parents 98f5d15d5ec4
children 58a376f86cdf
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jan 26 06:44:25 2015 +0200
+++ b/Makefile	Mon Jan 26 06:44:40 2015 +0200
@@ -8,7 +8,7 @@
 AR=ar
 RANLIB=ranlib
 
-CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
+CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H -DUSE_XDG=1
 LDFLAGS=-lncurses
 
 #CFLAGS += -DHAVE_STDINT_H