diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-12 17:36:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-12 17:36:08 +0000 |
commit | 48291aaee55644c3df35be187c4fc2d19a3f1d0d (patch) | |
tree | 5300eb5620d93579945b615c1a46dae20e9c0194 /.Makefile.inc | |
parent | 992f5e2545c969634e309e6aee29b50ec3dcf1e1 (diff) |
This commit is dedicated to Boo ;-pppppp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4911 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r-- | .Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 32e437a5d..675a4fa99 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -45,7 +45,6 @@ install: all @-install -v -m 0700 src/libIRCDcommands.so $(LIBPATH) @-install -v -m 0700 src/libIRCDconfigreader.so $(LIBPATH) @-install -v -m 0700 src/libIRCDcull_list.so $(LIBPATH) - @-install -v -m 0700 src/libIRCDdnsqueue.so $(LIBPATH) @-install -v -m 0700 src/libIRCDdynamic.so $(LIBPATH) @-install -v -m 0700 src/libIRCDhash.so $(LIBPATH) @-install -v -m 0700 src/libIRCDhelper.so $(LIBPATH) |