From cf82f2445ea8ebc9d21b4de99182c5fec04b4926 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 1 Mar 2006 17:52:45 +0000 Subject: [PATCH] ext/theora/Makefile.am: Dist new header too, Original commit message from CVS: * ext/theora/Makefile.am: Dist new header too, --- ChangeLog | 5 +++++ ext/theora/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 39a4c6368a..2db597f9d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-01 Wim Taymans + + * ext/theora/Makefile.am: + Dist new header too, + 2006-03-01 Wim Taymans * docs/plugins/Makefile.am: diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index 004f8b4586..8eeef24ed7 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -1,6 +1,6 @@ plugin_LTLIBRARIES = libgsttheora.la -noinst_HEADERS = gsttheoraenc.h +noinst_HEADERS = gsttheoraenc.h gsttheoradec.h libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)