summaryrefslogtreecommitdiffstats
path: root/client/x11/Makefile.am
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2009-10-20 11:18:56 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-03 17:18:37 +0200
commit219105794bd42dfd36e303ca73f1a546903e1846 (patch)
tree686b1959b0fd4576da324713290d7d913bf3b90f /client/x11/Makefile.am
parent78f8d4b9e8fdb09055c04e82e30b6a0290795339 (diff)
downloadspice-219105794bd42dfd36e303ca73f1a546903e1846.tar.gz
spice-219105794bd42dfd36e303ca73f1a546903e1846.tar.xz
spice-219105794bd42dfd36e303ca73f1a546903e1846.zip
spice client: Transfer all channels run loop from EventsLoop class to ProcessLoop class
Diffstat (limited to 'client/x11/Makefile.am')
-rw-r--r--client/x11/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index aaeb3313..d229ca99 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -48,7 +48,6 @@ RED_COMMON_SRCS = \
$(top_srcdir)/client/debug.h \
$(top_srcdir)/client/display_channel.cpp \
$(top_srcdir)/client/display_channel.h \
- $(top_srcdir)/client/events_loop.h \
$(top_srcdir)/client/red_gl_canvas.cpp \
$(top_srcdir)/client/red_gl_canvas.h \
$(top_srcdir)/client/gl_canvas.cpp \
@@ -105,8 +104,6 @@ bin_PROGRAMS = spicec
spicec_SOURCES = \
atomic_count.h \
- events_loop_p.cpp \
- events_loop_p.h \
event_sources_p.cpp \
main.cpp \
named_pipe.h \