Skip to content

Commit

Permalink
Amend travis build fixes again
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jul 22, 2018
1 parent ad6440c commit 2df6437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 252 deletions.
14 changes: 1 addition & 13 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,7 @@ libsixel_la_LIBADD = -lm \

if COND_TESTS
noinst_PROGRAMS = tests
tests_SOURCES = tests.c \
allocator.c \
chunk.c \
decoder.c \
dither.c \
encoder.c \
frame.c \
fromgif.c \
loader.c \
pixelformat.c \
quant.c \
status.c \
writer.c
tests_SOURCES = tests.c
tests_CPPFLAGS = -I$(top_builddir)/include/ \
-I$(top_builddir)/src/ $(AM_CPPFLAGS)
tests_CFLAGS = $(CFLAGS) $(AM_CFLAGS) $(MAYBE_COVERAGE)
Expand Down
Loading

0 comments on commit 2df6437

Please sign in to comment.