Skip to content

Commit 2df6437

Browse files
committed
Amend travis build fixes again
1 parent ad6440c commit 2df6437

File tree

2 files changed

+5
-252
lines changed

2 files changed

+5
-252
lines changed

src/Makefile.am

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,7 @@ libsixel_la_LIBADD = -lm \
6363

6464
if COND_TESTS
6565
noinst_PROGRAMS = tests
66-
tests_SOURCES = tests.c \
67-
allocator.c \
68-
chunk.c \
69-
decoder.c \
70-
dither.c \
71-
encoder.c \
72-
frame.c \
73-
fromgif.c \
74-
loader.c \
75-
pixelformat.c \
76-
quant.c \
77-
status.c \
78-
writer.c
66+
tests_SOURCES = tests.c
7967
tests_CPPFLAGS = -I$(top_builddir)/include/ \
8068
-I$(top_builddir)/src/ $(AM_CPPFLAGS)
8169
tests_CFLAGS = $(CFLAGS) $(AM_CFLAGS) $(MAYBE_COVERAGE)

0 commit comments

Comments
 (0)