mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +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 +1,2 @@
|
||||
man_MANS = cwebp.1 dwebp.1
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
|
@ -188,6 +188,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
man_MANS = cwebp.1 dwebp.1
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Reference in New Issue
Block a user