]> jfr.im git - irc/evilnet/x3.git/blobdiff - Makefile.am
Added a means for Nefarious to supply X3 with the user@host:ip for users attempting...
[irc/evilnet/x3.git] / Makefile.am
index 63175d878b90b958ab33cdffa9453a5612a1ac08..76594a606c1d1111f86f1c5c111d5f7e608d6eda 100644 (file)
@@ -1,4 +1,4 @@
-EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example
+EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh
 SUBDIRS = @MY_SUBDIRS@
 PY_CFLAGS = @PY_CFLAGS@
 PY_LIBS = @PY_LIBS@
@@ -17,6 +17,7 @@ install-exec-local:
        $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
        $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
        $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
+       $(INSTALL) -m 644 $(srcdir)/src/modpython.py $(prefix)
        ./install-r.sh $(srcdir)/src/plugins $(prefix)
        @echo
        @echo X3-$(VERSION) has been installed to $(prefix)