diff libpurple/Makefile.am @ 29145:0ae9306de1f6

Add a media backend interface to handle different backends in addition to Farsight 2.
author maiku@pidgin.im
date Thu, 22 Oct 2009 21:09:36 +0000
parents e18c1d347e37
children f46979436c78
line wrap: on
line diff
--- a/libpurple/Makefile.am	Thu Oct 22 00:22:59 2009 +0000
+++ b/libpurple/Makefile.am	Thu Oct 22 21:09:36 2009 +0000
@@ -53,6 +53,7 @@
 	idle.c \
 	imgstore.c \
 	log.c \
+	media/backend-iface.c \
 	media/candidate.c \
 	media/codec.c \
 	media/enum-types.c \
@@ -119,6 +120,7 @@
 	idle.h \
 	imgstore.h \
 	log.h \
+	media/backend-iface.h \
 	media/candidate.h \
 	media/codec.h \
 	media/enum-types.h \