From: Gwenole Beauchesne Date: Thu, 19 Jul 2012 11:57:05 +0000 (+0200) Subject: jpeg: fix make dist. X-Git-Tag: accepted/trunk/20120822.173359~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbb9a5e1c0f3179dc07d9f970b67d3586be28ed2;p=profile%2Fivi%2Fgstreamer-vaapi.git jpeg: fix make dist. --- diff --git a/gst-libs/gst/codecparsers/Makefile.am b/gst-libs/gst/codecparsers/Makefile.am index f6a49a3..aa10113 100644 --- a/gst-libs/gst/codecparsers/Makefile.am +++ b/gst-libs/gst/codecparsers/Makefile.am @@ -22,12 +22,9 @@ libgstvaapi_codecparsers_source_h = \ gstjpegparser.h \ $(NULL) -libgstvaapi_codecparsers_source_priv_h = \ - $(NULL) - libgstvaapi_codecparsers_la_SOURCES = \ $(libgstvaapi_codecparsers_source_c) \ - $(libgstvaapi_codecparsers_source_priv_h) \ + $(libgstvaapi_codecparsers_source_h) \ $(NULL) libgstvaapi_codecparsers_la_CFLAGS = \