* guile: some general improvements / cleanups in module loading, object
visibilty. turn some integers (such as message priority, log level, contact type) into symbols.
This commit is contained in:
@ -19,11 +19,6 @@ include $(top_srcdir)/gtest.mk
|
||||
# FIXME: GUILE_SITEDIR would be better, but that
|
||||
# breaks 'make distcheck'
|
||||
scmdir=${prefix}/share/guile/site/2.0/mu/
|
||||
scm_DATA= \
|
||||
message.scm \
|
||||
contact.scm \
|
||||
part.scm \
|
||||
stats.scm \
|
||||
plot.scm
|
||||
scm_DATA=stats.scm plot.scm
|
||||
|
||||
EXTRA_DIST=$(scm_DATA)
|
||||
|
||||
Reference in New Issue
Block a user