diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2011-09-07 12:50:20 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-03-27 14:09:33 +0000 |
commit | 45b223e1c2bdc447263a9de7af62c93f4058c33c (patch) | |
tree | c5b6a4daef14615e314fbb21feddef746dfb1cb8 /Xext/Makefile.am | |
parent | 7b2a517ba99f6756e98c4aef47d9b9399b997157 (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/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 4 |
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) \ |