X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ff3b058ac51e9caf5cf1fd310b8a401a97a85582..591f7dab105d6fec3d6039f93bc1cb12d79009b1:/Makefile.am diff --git a/Makefile.am b/Makefile.am index f7b1b39..76594a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,9 @@ -EXTRA_DIST = FAQ UPGRADE x3.conf.example sockcheck.conf.example autogen.sh Makefile.win32 +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