Mark mutex as mutable in BanList to fix building issues
[clinton/bobotpp.git] / scripts / Makefile.am
index 05d6cee..4d31c60 100644 (file)
@@ -1,3 +1,10 @@
+if SCRIPTING
 scriptsdir = $(datadir)/bobotpp/scripts
 
-scripts_DATA = bobot-utils.scm
\ No newline at end of file
+scripts_DATA = bobot-utils.scm
+
+guilesitebotdir = @GUILE_SITE@/bobotpp
+guilesitebot_DATA = bot.scm
+
+EXTRA_DIST = $(scripts_DATA) $(guilesitebot_DATA)
+endif
\ No newline at end of file