diff options
author | Christian Schaller <uraeus@gnome.org> | 2004-01-18 19:02:33 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2004-01-18 19:02:33 +0000 |
commit | 829d2e7c0a3f71e66e047826fa1c41b2dfc6541e (patch) | |
tree | 4a90f510d590e37abae6ca0fe23824bab1d57887 /gst | |
parent | f9d988db75148baa5c18714390bc70b643f77066 (diff) | |
download | gst-plugins-bad-829d2e7c0a3f71e66e047826fa1c41b2dfc6541e.tar.gz gst-plugins-bad-829d2e7c0a3f71e66e047826fa1c41b2dfc6541e.tar.bz2 gst-plugins-bad-829d2e7c0a3f71e66e047826fa1c41b2dfc6541e.zip |
fix to make it possible to build from disted tarball
Original commit message from CVS:
fix to make it possible to build from disted tarball
Diffstat (limited to 'gst')
-rw-r--r-- | gst/colorspace/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/colorspace/Makefile.am b/gst/colorspace/Makefile.am index 6fe570c7..697c0a92 100644 --- a/gst/colorspace/Makefile.am +++ b/gst/colorspace/Makefile.am @@ -12,4 +12,5 @@ libgstcolorspace_la_CFLAGS = $(GST_CFLAGS) libgstcolorspace_la_LIBADD = libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -#noinst_HEADERS = yuv2rgb.h yuv2yuv.h +noinst_HEADERS = yuv2rgb.h gstcolorspace.h + |