diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-17 23:03:23 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-17 23:08:12 -0700 |
commit | bf07893947cfca945598e194ed416fda6162b11c (patch) | |
tree | c72ad753ed0ec129a5437a8739c9a54236091121 /randr/Makefile.am | |
parent | 3e745745fecef1cb59e53bde52ded311b51e1dac (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.am | 4 |
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 |