]> jfr.im git - irc/evilnet/x3.git/blobdiff - Makefile.in
Couple of srvx updates.
[irc/evilnet/x3.git] / Makefile.in
index f2adb1b5bd7de957a6330b37d1736944ce161d51..13168aa4698e56098aab630ea36eb3fb0a413778 100644 (file)
@@ -17,7 +17,6 @@ VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-pythonpath = @pythonpath@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
@@ -81,6 +80,7 @@ AWK = @AWK@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
+CP = @CP@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@
@@ -97,8 +97,6 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-PY_CFLAGS = @PY_CFLAGS@
-PY_LIBS = @PY_LIBS@
 LDFLAGS = @LDFLAGS@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
@@ -118,6 +116,8 @@ PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PY_CFLAGS = @PY_CFLAGS@
+PY_LIBS = @PY_LIBS@
 RANLIB = @RANLIB@
 RX_INCLUDES = @RX_INCLUDES@
 RX_LIBS = @RX_LIBS@
@@ -168,6 +168,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+pythonpath = @pythonpath@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -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