mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-30 23:38:25 +01:00
e532b9abb1
use top_srcdir rather than top_builddir for AM_CPPFLAGS add EXTRA_DIST to man Makefile. fixes distcheck target. Change-Id: I308dc1c98f096de1efe188f63d040ef953598e78
16 lines
680 B
Makefile
16 lines
680 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
libwebpencode_la_SOURCES = analysis.c bit_writer.c bit_writer.h \
|
|
config.c cost.c cost.h dsp.c filter.c \
|
|
frame.c iterator.c picture.c quant.c \
|
|
syntax.c tree.c vp8enci.h webpenc.c
|
|
libwebpencode_la_LDFLAGS = -version-info 0:0:0 -lm
|
|
libwebpencodeinclude_HEADERS = ../webp/encode.h ../webp/types.h
|
|
libwebpencodeincludedir = $(includedir)/webp
|
|
|
|
noinst_HEADERS = cost.h bit_writer.h vp8enci.h
|
|
noinst_LTLIBRARIES = libwebpencode.la
|
|
# uncomment the following line (and comment the above) if you want
|
|
# to install libwebpencode library.
|
|
#lib_LTLIBRARIES = libwebpencode.la
|