diff options
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/Makefile.am | 6 |
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 \ |