Fix typos for distcheck
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
6f919264da
commit
2cfb703bbe
|
|
@ -39,13 +39,13 @@ libsna_la_SOURCES = \
|
|||
sna_blt.c \
|
||||
sna_composite.c \
|
||||
sna_damage.c \
|
||||
snd_damage.h \
|
||||
sna_damage.h \
|
||||
sna_display.c \
|
||||
sna_driver.c \
|
||||
sna_driver.h \
|
||||
sna_glyphs.c \
|
||||
sna_gradient.c \
|
||||
sna_io.c \
|
||||
sna_module.h \
|
||||
sna_render.c \
|
||||
sna_render.h \
|
||||
sna_render_inline.h \
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ LDADD = libtest.la @X11_LIBS@
|
|||
|
||||
noinst_LTLIBRARIES = libtest.la
|
||||
libtest_la_SOURCES = \
|
||||
test.h \
|
||||
test_display.c \
|
||||
test_image.c \
|
||||
test_log.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue