summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbeb6547..dc9b0ece 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.38 2008-05-07 13:27:15 phintuka Exp $
+# $Id: Makefile,v 1.39 2008-05-27 15:58:30 phintuka Exp $
#
# The official name of this plugin.
@@ -246,6 +246,9 @@ LIBS_X11 += -L/usr/X11R6/lib -lX11 -lXv -lXext
ifeq ($(HAVE_XRENDER), 1)
LIBS_X11 += -lXrender
endif
+ifeq ($(HAVE_XINERAMA), 1)
+ LIBS_X11 += -lXinerama
+endif
ifeq ($(APPLE_DARWIN), 1)
INCLUDES += -I/sw/include