summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2011-09-07 12:50:20 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-03-27 14:09:33 +0000
commit45b223e1c2bdc447263a9de7af62c93f4058c33c (patch)
treec5b6a4daef14615e314fbb21feddef746dfb1cb8 /Xext
parent7b2a517ba99f6756e98c4aef47d9b9399b997157 (diff)
Build dpmsstubs.c once as a convenience library, rather than once for each DDX which wants to use it
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 8e31f1367..a9a446820 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libXext.la
+noinst_LTLIBRARIES = libXext.la libXextdpmsstubs.la
AM_CFLAGS = $(DIX_CFLAGS)
@@ -96,6 +96,8 @@ endif
libXext_la_SOURCES = $(BUILTIN_SRCS)
libXext_la_LIBADD = $(BUILTIN_LIBS)
+libXextdpmsstubs_la_SOURCES = dpmsstubs.c
+
EXTRA_DIST = \
$(MITSHM_SRCS) \
$(XV_SRCS) \