diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-23 19:49:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-23 19:49:23 +0000 |
commit | 5b80360d879d2dd3dce1e6020ed8a8f0e2077931 (patch) | |
tree | b8d8f3ee6773f135cd53dcba69731dd1937b8514 | |
parent | aca9acf422c76fefa4223f3add27e62e860f2f62 (diff) |
Now copies libIRCDtimer.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3303 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 16cdeb3c2..c534a866a 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -52,6 +52,7 @@ bininst: -install -v -m 0700 src/libIRCDusers.so $(LIBPATH) -install -v -m 0700 src/libIRCDwildcard.so $(LIBPATH) -install -v -m 0700 src/libIRCDxline.so $(LIBPATH) + -install -v -m 0700 src/libIRCDtimer.so $(LIBPATH) -install -v -m 0700 src/inspircd $(BINPATH) @-install -v -m 0700 inspircd $(BASE) 2>/dev/null @echo "*************************************" |