diff options
| author | 2006-09-03 00:46:26 +0000 | |
|---|---|---|
| committer | 2006-09-03 00:46:26 +0000 | |
| commit | 77f5fb9f0bc72435622116a6dd3aad8afaef71cf (patch) | |
| tree | c6781429993014001f71594f6d722e41b9c500b9 | |
| parent | Add /RELOAD and move cmd_mode into its own command. (diff) | |
Forgot to copy cmd_mode.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5120 e03df62e-2008-0410-955e-edbf42e46eb7
| -rw-r--r-- | .Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 3ba7a9f53..08b12a93f 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -114,6 +114,7 @@ install: all -install -m 0700 src/cmd_whois.so $(LIBPATH) -install -m 0700 src/cmd_whowas.so $(LIBPATH) -install -m 0700 src/cmd_zline.so $(LIBPATH) + -install -m 0700 src/cmd_mode.so $(LIBPATH) @-cp .gdbargs $(BASE) @-cp conf/inspircd.quotes.example $(CONPATH) @-cp conf/inspircd.rules.example $(CONPATH) |
