2011-09-07 11:26:35 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
|
2011-11-30 13:16:45 +01:00
|
|
|
libwebputils_la_SOURCES = alpha.h alpha.c \
|
|
|
|
bit_reader.h bit_reader.c \
|
2011-09-07 11:26:35 +02:00
|
|
|
bit_writer.h bit_writer.c \
|
2012-04-11 03:41:18 +02:00
|
|
|
color_cache.h color_cache.c \
|
2012-01-05 08:34:30 +01:00
|
|
|
filters.h filters.c \
|
2012-04-11 03:41:18 +02:00
|
|
|
huffman.h huffman.c \
|
2012-03-22 11:30:20 +01:00
|
|
|
quant_levels.c rescaler.c \
|
2011-11-30 13:16:45 +01:00
|
|
|
tcoder.h tcoderi.h tcoder.c \
|
2011-09-07 11:26:35 +02:00
|
|
|
thread.h thread.c
|
|
|
|
libwebputilsinclude_HEADERS = ../webp/types.h
|
|
|
|
libwebputilsincludedir = $(includedir)/webp
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libwebputils.la
|