summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagn@redhat.com>2013-07-29 13:00:15 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2013-08-18 00:47:53 +0200
commit46de0ed462785005f85aadb810d5026d57050549 (patch)
treed8a1ed3375d168dff26484b5450ac1b2c18aca66 /src/Makefile.am
parent5086626805df4151829a38286d7d03530cf941e5 (diff)
downloadmutter-46de0ed462785005f85aadb810d5026d57050549.tar.gz
MonitorManager: split the XRandR parts in a subclass
Instead of keeping a forest of if backend else ..., use a subclass and virtual functions to discriminate between XRandR and the dummy backend (which lives in the parent class togheter with the common code) https://bugzilla.gnome.org/show_bug.cgi?id=705670
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a3ad151f2..5d1261552 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -115,6 +115,7 @@ libmutter_la_SOURCES = \
core/monitor.c \
core/monitor-config.c \
core/monitor-private.h \
+ core/monitor-xrandr.c \
core/mutter-Xatomtype.h \
core/place.c \
core/place.h \