summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-19 17:01:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-19 17:01:21 +0000
commit315b9f6fd9ccbd3a916dc206e2275c46b46da626 (patch)
tree551e328623d67b9f359844c267f8e1bd9304b718 /.Makefile.inc
parentc6208081a52832ff2b14a48087a71272e9780398 (diff)
I forgot to install cmd_reloadmodule.so, therefore the command wont work
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7046 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index e86755e1d..04d2383f0 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -131,6 +131,7 @@ install: all
-install -m $(INSTMODE) src/cmd_qline.so $(LIBPATH)
-install -m $(INSTMODE) src/cmd_quit.so $(LIBPATH)
-install -m $(INSTMODE) src/cmd_rehash.so $(LIBPATH)
+ -install -m $(INSTMODE) src/cmd_reloadmodule.so $(LIBPATH)
-install -m $(INSTMODE) src/cmd_restart.so $(LIBPATH)
-install -m $(INSTMODE) src/cmd_rules.so $(LIBPATH)
-install -m $(INSTMODE) src/cmd_server.so $(LIBPATH)