diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-03 22:38:00 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-03 22:38:00 -0400 |
commit | e25d55ad546905c4921f0a26385bdb9f22038429 (patch) | |
tree | 62ec1372600cd0c7409a5b0293dd72c550997da6 /Xext | |
parent | 472811dc4ba741ab09db184216878700f4adf745 (diff) |
Revert accidental Makefile change from previous commit
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 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 |