summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-25 14:43:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-25 14:43:55 -0400
commit7e141b473f8225bc64769e57fd08722532d5ea94 (patch)
tree9a16e7b59167d7bfd7c2886cdd7f556a4da6b7a5 /Makefile
parent8a12e78e0bff680eb913ec2140da909da74040a0 (diff)
parent467d70fddc4e066682ceb50f3eabe9b4083c8ee3 (diff)
Merge branch 'master' into xmpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40e229455..d8515df98 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all=$(bins) $(mans) docs
OS:=$(shell uname | sed 's/[-_].*//')
ifeq ($(OS),Linux)
-OPTFLAGS?=-DWITH_INOTIFY
+OPTFLAGS?=-DWITH_INOTIFY -DWITH_DBUS
clibs=Utility/libdiskfree.o Utility/libmounts.o
THREADFLAGS=$(shell if test -e `ghc --print-libdir`/libHSrts_thr.a; then printf -- -threaded; fi)
else