diff options
author | Christian Schaller <uraeus@gnome.org> | 2007-12-14 16:23:06 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2007-12-14 16:23:06 +0000 |
commit | 57889d4b0a0a85df6722132957a977e34712524e (patch) | |
tree | 6e17fce97b834d60be44995d0b5d93879ef7a271 /sys/glsink | |
parent | 7bc241beb0b6dd22f0b6e722174779221ceec5de (diff) | |
download | gst-plugins-bad-57889d4b0a0a85df6722132957a977e34712524e.tar.gz gst-plugins-bad-57889d4b0a0a85df6722132957a977e34712524e.tar.bz2 gst-plugins-bad-57889d4b0a0a85df6722132957a977e34712524e.zip |
update spec file and add two missing files for disting
Original commit message from CVS:
update spec file and add two missing files for disting
Diffstat (limited to 'sys/glsink')
-rw-r--r-- | sys/glsink/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/glsink/Makefile.am b/sys/glsink/Makefile.am index 717b4e54..92b59c67 100644 --- a/sys/glsink/Makefile.am +++ b/sys/glsink/Makefile.am @@ -9,3 +9,5 @@ libgstglimagesink_la_LIBADD = $(X_LIBS) $(XSHM_LIBS) -lGL \ $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) libgstglimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +noinst_HEADERS = \ + glvideo.h |