summaryrefslogtreecommitdiff
path: root/randr/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-17 23:03:23 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-17 23:08:12 -0700
commitbf07893947cfca945598e194ed416fda6162b11c (patch)
treec72ad753ed0ec129a5437a8739c9a54236091121 /randr/Makefile.am
parent3e745745fecef1cb59e53bde52ded311b51e1dac (diff)
Split out RandR dispatch code from randr.c to rr*dispatch.c.
More disassembly to ease ongoing development.
Diffstat (limited to 'randr/Makefile.am')
-rw-r--r--randr/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/randr/Makefile.am b/randr/Makefile.am
index 868786ecb..0a735574e 100644
--- a/randr/Makefile.am
+++ b/randr/Makefile.am
@@ -11,6 +11,8 @@ librandr_la_SOURCES = \
randr.c \
randrstr.h \
rrcrtc.c \
+ rrdispatch.c \
rrmode.c \
rroutput.c \
- rrscreen.c
+ rrscreen.c \
+ rrsdispatch.c