[Bug 32477] Log Call events

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 25 12:42:42 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=32477

--- Comment #18 from Emilio Pozuelo Monfort <pochu27 at gmail.com> 2011-03-25 04:42:42 PDT ---
+if ENABLE_CALL
+clientfile_DATA = Logger.call.client
+EXTRA_DIST = Logger.client
+else # ENABLE_CALL
 clientfile_DATA = Logger.client
+EXTRA_DIST = Logger.call.client
+endif # ENABLE_CALL

You could also have a Logger.client.in and generate Logger.client from it, with
the call channels on it if ENABLE_CALL, so you don't have two copies of the
file. Not a big issue though, as we'll remove this when Call is stable.

Looks good to me.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list