Fix typos for distcheck

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-07-30 09:23:22 +01:00
parent 6f919264da
commit 2cfb703bbe
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \