diff libpurple/Makefile.am @ 29144:e18c1d347e37

Break PurpleMediaCodec out into its own file.
author maiku@pidgin.im
date Thu, 22 Oct 2009 00:22:59 +0000
parents f585e10f156b
children 0ae9306de1f6
line wrap: on
line diff
--- a/libpurple/Makefile.am	Thu Oct 22 00:22:31 2009 +0000
+++ b/libpurple/Makefile.am	Thu Oct 22 00:22:59 2009 +0000
@@ -54,6 +54,7 @@
 	imgstore.c \
 	log.c \
 	media/candidate.c \
+	media/codec.c \
 	media/enum-types.c \
 	media/media.c \
 	mediamanager.c \
@@ -119,6 +120,7 @@
 	imgstore.h \
 	log.h \
 	media/candidate.h \
+	media/codec.h \
 	media/enum-types.h \
 	media.h \
 	media-gst.h \