* some renaming in guile/

This commit is contained in:
djcb
2011-12-23 16:48:12 +02:00
parent 9d182323e4
commit aa9b831682
5 changed files with 28 additions and 13 deletions

View File

@ -24,7 +24,7 @@ AM_CXXFLAGS=-Wall -Wextra -Wno-unused-parameter
# note, we need top_builddir for snarfing with 'make distcheck' (ie.,
# with separate builddir)
SUBDIRS= . mu
SUBDIRS= . mu examples
INCLUDES=-I. -I${top_builddir} -I${top_srcdir}/src ${GUILE_CFLAGS} ${GLIB_CFLAGS}
# don't use -Werror, as it might break on other compilers