[project @ 2002-07-08 21:11:15 by unknown_lamer]
[clinton/bobotpp.git] / source / Makefile.am
index bf76de3..31549a2 100644 (file)
@@ -71,4 +71,10 @@ bobotpp_SOURCES = BanEntry.C \
 
 ## what is up with telnet stuff?
 
-bobotpp_LDADD = @GUILE_LDFLAGS@
\ No newline at end of file
+bobotpp_LDADD = @GUILE_LDFLAGS@
+
+bobot-scheme.scm: bobot-scheme.scm.in
+       sed -e 's|\!pkgdatadir\!|@datadir@\/bobotpp|g' bobot-scheme.scm.in > bobot-scheme.scm
+
+scmconfigdir = /etc/bobotpp
+scmconfig_DATA = bobot-scheme.scm
\ No newline at end of file