summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-29 01:53:51 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-29 01:53:51 +0000
commit7e98e1577cf17d8a91297435732f3766f63af248 (patch)
treeae380ec1c347299ea0b75b8baf1777f2e610a906 /mixutils
parentcfbaceea6bd4b4d8f0150dbeb10cfff0459097d7 (diff)
downloadmdk-7e98e1577cf17d8a91297435732f3766f63af248.tar.gz
mdk-7e98e1577cf17d8a91297435732f3766f63af248.tar.bz2
INCLUDES fixed to allow VPATH builds
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/mixutils/Makefile.am b/mixutils/Makefile.am
index 314c3ed..e331b7e 100644
--- a/mixutils/Makefile.am
+++ b/mixutils/Makefile.am
@@ -10,10 +10,12 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# $Id: Makefile.am,v 1.8 2001/09/29 01:53:51 jao Exp $
+
if MAKE_GUILE
-INCLUDES = -I$(includedir) -DMAKE_GUILE
+INCLUDES = -I$(includedir) -I$(top_srcdir) -DMAKE_GUILE
else
-INCLUDES = -I$(includedir)
+INCLUDES = -I$(includedir) -I$(top_srcdir)
endif
LDADD = $(top_builddir)/mixlib/libmix.a $(top_builddir)/lib/libreplace.a \