* mu: refactor mu-script (stats) a bit

This commit is contained in:
djcb
2012-10-21 15:52:34 +03:00
parent 3aac82ccd1
commit 80099e6f19
6 changed files with 458 additions and 262 deletions

View File

@ -20,7 +20,7 @@ include $(top_srcdir)/gtest.mk
# before decending into tests/
SUBDIRS= . tests
INCLUDES=-I${top_srcdir}/lib $(GLIB_CFLAGS) $(GUILE_CFLAGS)
INCLUDES=-I${top_srcdir}/lib $(GLIB_CFLAGS)
# don't use -Werror, as it might break on other compilers
# use -Wno-unused-parameters, because some callbacks may not
@ -42,9 +42,9 @@ mu_SOURCES= \
mu-config.h \
mu-cmd-extract.c \
mu-cmd-find.c \
mu-cmd-guile.c \
mu-cmd-index.c \
mu-cmd-server.c \
mu-cmd-script.c \
mu-cmd.c \
mu-cmd.h