X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/07559983b5c4ca91ff79a153595789c8ae28c663..ae2752675d6257ba7d6e0873e49dd49c3ed9f032:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 63175d8..76594a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)