ext/theora/Makefile.am: Dist new header too,

Original commit message from CVS:
* ext/theora/Makefile.am:
Dist new header too,
This commit is contained in:
Wim Taymans 2006-03-01 17:52:45 +00:00
parent 8011ea8e2d
commit cf82f2445e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-03-01 Wim Taymans <wim@fluendo.com>
* ext/theora/Makefile.am:
Dist new header too,
2006-03-01 Wim Taymans <wim@fluendo.com>
* docs/plugins/Makefile.am:

View file

@ -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)