From a7c8944d578d5f6bd5d0e781a9bbee165d15358c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 17 Aug 2004 10:46:34 +0000 Subject: [PATCH] Fix the makefile again Original commit message from CVS: Fix the makefile again --- ext/theora/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index 7b07443845..0fda115d51 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -2,8 +2,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgsttheora.la -libgsttheora_la_SOURCES = theora.c theoradec.c theoraenc.c -libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS) -libgsttheora_la_LIBADD = $(THEORA_LIBS) -ltheora -lvorbis +libgsttheora_la_SOURCES = theoradec.c +libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS) +libgsttheora_la_LIBADD = $(THEORA_LIBS) libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)