mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-08 11:38:22 +01:00
ced3e3f4e0
When they appear in _SOURCES they won't be installed [1]. [1]: http://www.gnu.org/software/automake/manual/automake.html#Headers Change-Id: I14fd816294682e7bd0fccefd6428e1526c9470d8
14 lines
483 B
Makefile
14 lines
483 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
libwebpdsp_la_SOURCES = dsp.h cpu.c \
|
|
enc.c enc_sse2.c \
|
|
dec.c dec_sse2.c dec_neon.c \
|
|
upsampling.c upsampling_sse2.c \
|
|
yuv.h yuv.c
|
|
libwebpdsp_la_LDFLAGS = -version-info 0:0:0 -lm
|
|
libwebpdsp_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|
libwebpdspinclude_HEADERS = ../webp/types.h
|
|
libwebpdspincludedir = $(includedir)/webp
|
|
|
|
noinst_LTLIBRARIES = libwebpdsp.la
|