theora: Rename source files to have the same name as the headers

This commit is contained in:
Sebastian Dröge 2010-01-14 10:10:23 +01:00
parent 1de4169c1c
commit 82f3adaa9b
5 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,14 @@
plugin_LTLIBRARIES = libgsttheora.la
noinst_HEADERS = gsttheoraenc.h gsttheoradec.h gsttheoraparse.h
noinst_HEADERS = gsttheoraenc.h \
gsttheoradec.h \
gsttheoraparse.h
libgsttheora_la_SOURCES = gsttheora.c \
gsttheoraenc.c \
gsttheoradec.c \
gsttheoraparse.c
libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c theoraparse.c
libgsttheora_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
libgsttheora_la_LIBADD = \
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \