diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-03 22:27:51 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-03 22:27:51 -0400 |
commit | 472811dc4ba741ab09db184216878700f4adf745 (patch) | |
tree | 4c0c9b5315427800b5a60d5c973b137f883d8280 /Xext | |
parent | cbb165ab88cb0810268001e84d87671440baf837 (diff) |
DPMS: Re-export the various DPMS variables.
The drivers might not need them but extmod does. Should move it to
builtin though.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index ac45f955a..21c858626 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -113,7 +113,7 @@ endif # DPMS extension DPMS_SRCS = dpms.c dpmsproc.h if DPMSExtension -MODULE_SRCS += $(DPMS_SRCS) +BUILTIN_SRCS += $(DPMS_SRCS) endif # Now take all of the above, mix well, bake for 10 minutes and get libXext*.la |