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:
James Zern
2011-03-15 15:25:49 -07:00
parent 4c0da7aad5
commit e532b9abb1
8 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
SUBDIRS = dec enc
AM_CPPFLAGS = -I$(top_builddir)/src
AM_CPPFLAGS = -I$(top_srcdir)/src
lib_LTLIBRARIES = libwebp.la
libwebp_la_SOURCES =