mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-06 02:38:22 +01:00
5081db78be
Silences: libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries Change-Id: I5705383b58f529fb06c2bf0932976b5a202446b6
13 lines
528 B
Makefile
13 lines
528 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
libwebpencode_la_SOURCES = analysis.c config.c cost.c cost.h filter.c \
|
|
frame.c iterator.c picture.c quant.c \
|
|
syntax.c tree.c vp8enci.h webpenc.c alpha.c \
|
|
layer.c
|
|
libwebpencode_la_LDFLAGS = -lm
|
|
libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|
libwebpencodeinclude_HEADERS = ../webp/encode.h ../webp/types.h ../webp/mux.h
|
|
libwebpencodeincludedir = $(includedir)/webp
|
|
|
|
noinst_LTLIBRARIES = libwebpencode.la
|