summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-23 09:55:43 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-23 10:48:58 +0100
commitbba8ecc0f678b50f521ca06c69a88b7c9f0dc15c (patch)
treec06b50deeb6c5062a1a6a01f88fc9f8168883afe /src/Makefile.am
parent0e31e477e5eedff5a87d01b39dc75d381f55e43a (diff)
downloadratpoison-bba8ecc0f678b50f521ca06c69a88b7c9f0dc15c.zip
define HAVE_XRANDR/link with libXrandr when we actually want to
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0daf587..bc27439 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,6 +72,6 @@ ratpoison_SOURCES = actions.c \
window.c \
window.h
-if HAVE_LIBXRANDR
+if HAVE_XRANDR
ratpoison_SOURCES += xrandr.c xrandr.h
endif