From 9e7cfdf693e704cfa8390fcd0013bbea79834cbb Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 30 Jul 2008 17:02:21 -0400 Subject: [PATCH] Fix building in separate dir. Submitted by: Toby Peterson SVN-Revision: 172 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 9915cc045..b3ff51fa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -139,6 +139,7 @@ libarchive_la_SOURCES= \ libarchive/filter_fork.c \ libarchive/filter_fork.h +libarchive_la_CPPFLAGS=-I $(top_builddir)/libarchive # cygwin barfs without -no-undefined; I don't know what it does or # whether it helps or hurts other platforms... libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION) -- 2.47.3