X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0f6fe38cf6a842e638aa35ac7641e1e792634e2c..43115bd645d1aa0f7371b040b4c4c16030bbe379:/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