From aae6cabf7a463de9c7586fecc3d909db6b1194a9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 30 Sep 2010 11:29:49 +0200 Subject: Import latest version of ev-sidebar from totem This one builds fine with GTK-3. Also, stop renamespacing it so it's easier to update it. --- src/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c77b63a91..378bdee67 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,13 +106,16 @@ empathy_debugger_SOURCES = \ empathy-debugger.c \ $(NULL) -empathy_av_SOURCES = \ +empathy_handwritten_av_source = \ empathy-av.c \ empathy-call-window-fullscreen.c empathy-call-window-fullscreen.h \ empathy-call-window.c empathy-call-window.h \ - empathy-sidebar.c empathy-sidebar.h \ $(NULL) +empathy_av_SOURCES = \ + $(empathy_handwritten_av_source) \ + ev-sidebar.c ev-sidebar.h + empathy_auth_client_SOURCES = \ empathy-auth-client.c @@ -152,7 +155,7 @@ nodist_empathy_SOURCES = $(BUILT_SOURCES) check_c_sources = \ $(empathy_handwritten_source) \ $(empathy_logs_SOURCES) \ - $(empathy_av_SOURCES) + $(empathy_handwritten_av_source) include $(top_srcdir)/tools/check-coding-style.mk check-local: check-coding-style -- cgit v1.2.3