From e25d55ad546905c4921f0a26385bdb9f22038429 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Apr 2009 22:38:00 -0400 Subject: [PATCH] Revert accidental Makefile change from previous commit --- Xext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 21c858626..ac45f955a 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -113,7 +113,7 @@ endif # DPMS extension DPMS_SRCS = dpms.c dpmsproc.h if DPMSExtension -BUILTIN_SRCS += $(DPMS_SRCS) +MODULE_SRCS += $(DPMS_SRCS) endif # Now take all of the above, mix well, bake for 10 minutes and get libXext*.la