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
commit7892be2022fa72ccfd24c4a49112ba6dc7bd802f (patch)
treee913137a39e45a986af168dbdbda032a8fb5efcb /mixutils
parent702e2f90e851fb075475221ba31ae038f82c4bf0 (diff)
downloadmdk-7892be2022fa72ccfd24c4a49112ba6dc7bd802f.tar.gz
mdk-7892be2022fa72ccfd24c4a49112ba6dc7bd802f.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 \