mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-19 07:20:02 +02:00
Makefile: allow out of tree builds
use top_srcdir rather than top_builddir for AM_CPPFLAGS add EXTRA_DIST to man Makefile. fixes distcheck target. Change-Id: I308dc1c98f096de1efe188f63d040ef953598e78
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src
|
||||
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 \
|
||||
|
@ -212,7 +212,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src
|
||||
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 \
|
||||
|
Reference in New Issue
Block a user