X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ceafd592b7c084e0857902f0dd4132db97b2abf7..8536ac6b661fa261bad7de981045401f514fb6b7:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a8a3267..76594a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,9 @@ -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@ +pythonpath = @pythonpath@ + DIST_SUBDIRS = src rx all: x3 @@ -13,6 +17,8 @@ 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) @echo Remember to edit x3.conf.example and sockcheck.conf.example