X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/cbfd323c3191336a3c07c24725019cdaf87f0dd6..8536ac6b661fa261bad7de981045401f514fb6b7:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d1bf7e8..13168aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,6 +80,7 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CP = @CP@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -179,7 +180,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example +EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh SUBDIRS = @MY_SUBDIRS@ DIST_SUBDIRS = src rx all: all-recursive @@ -613,6 +614,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