diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/spc/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk> + + * ext/spc/Makefile.am: + Dist tag.h + 2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk> * ext/faad/gstfaad.c: (gst_faad_sink_event): diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am index 656421bc..4a5b8039 100644 --- a/ext/spc/Makefile.am +++ b/ext/spc/Makefile.am @@ -6,4 +6,4 @@ libgstspc_la_CFLAGS = $(GST_CFLAGS) $(SPC_CFLAGS) libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS) libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstspc.h +noinst_HEADERS = gstspc.h tag.h |