about summary refs log tree commit diff stats
path: root/dragonfly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dragonfly/Makefile')
-rw-r--r--dragonfly/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dragonfly/Makefile b/dragonfly/Makefile
index 8cf82b1..a3e0eb9 100644
--- a/dragonfly/Makefile
+++ b/dragonfly/Makefile
@@ -16,6 +16,7 @@ PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin
 MANDIR?= $(PREFIX)/man
 RESDIR?= $(PREFIX)/share/xombrero/
+CFLAGS+= -DXT_DS_RESOURCE_DIR=\"$(RESDIR)\"
 
 CC= cc
 
/a> 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117