build: fix make dist when certain conditionals not met.

Fix typo which was preventing the inclusion of jpeg encoder
source files from make dist (when there is no jpeg encoder
API support in libva).
This commit is contained in:
Sreerenj Balachandran 2015-02-06 12:10:51 +02:00
parent 6b73746ab6
commit 004968f506

View file

@ -244,8 +244,8 @@ CLEANFILES = \
EXTRA_DIST = \
$(libgstvaapi_enc_source_c) \
$(libgstvaapi_enc_source_h) \
$(libgstvaapi_jpeg_enc_source_c) \
$(libgstvaapi_jpeg_enc_source_h) \
$(libgstvaapi_jpegenc_source_c) \
$(libgstvaapi_jpegenc_source_h) \
$(libgstvaapi_x11_source_c) \
$(libgstvaapi_x11_source_h) \
$(libgstvaapi_glx_source_c) \