mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Fix make dist.
This commit is contained in:
parent
c2c5d79287
commit
197eeb848e
1 changed files with 6 additions and 1 deletions
|
@ -58,7 +58,12 @@ test_textures_SOURCES = test-textures.c image.c
|
|||
test_textures_CFLAGS = $(TEST_CFLAGS) $(TEST_GLX_CFLAGS)
|
||||
test_textures_LDADD = $(TEST_LIBS) $(TEST_GLX_LIBS)
|
||||
|
||||
EXTRA_DIST = image.h $(test_codecs_source_c) $(test_codecs_source_h)
|
||||
EXTRA_DIST = \
|
||||
image.h \
|
||||
test-decode.h \
|
||||
$(test_codecs_source_c) \
|
||||
$(test_codecs_source_h) \
|
||||
$(NULL)
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
Loading…
Reference in a new issue