corrected a problem of not honoring DESTDIR in Makefile.am

This commit is contained in:
2009-01-21 08:07:39 +00:00
parent 2220eda162
commit 7b902d626f
6 changed files with 12 additions and 12 deletions

View File

@@ -193,7 +193,7 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTION = foreign
# EXTRA_DIST =
SUBDIRS = lib cmd
DIST_SUBDIRS = $(__COREDIRS) include test
DIST_SUBDIRS = $(SUBDIRS) include test
all: all-recursive
.SUFFIXES: