diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-25 11:53:07 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-25 11:53:07 +0000 |
commit | 326191cd160e141958a2b3d536d37dabf7922568 (patch) | |
tree | 5abc088132395f67f9e81ff9d74981a6e8cf298a /.Makefile.inc | |
parent | c88d4a3511cd9706b5c02c576b0445f13391afd3 (diff) |
Put FileLogger in it's own class. Useful when logging doing more focused logging
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7561 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r-- | .Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index e008397b0..ad46ba780 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -95,6 +95,7 @@ install: all@EXTRA_DIR@ -install -m $(INSTMODE) src/libIRCDtimer.$(LIB_EXT) $(LIBPATH) -install -m $(INSTMODE) src/libIRCDsnomasks.$(LIB_EXT) $(LIBPATH) -install -m $(INSTMODE) src/libIRCDserver.$(LIB_EXT) $(LIBPATH) + -install -m $(INSTMODE) src/libIRCDfilelogger.$(LIB_EXT) $(LIBPATH) -install -m $(INSTMODE) src/inspircd $(BINPATH) -install -m $(INSTMODE) @STARTSCRIPT@ $(@DESTINATION@) 2>/dev/null -install -m $(INSTMODE) src/cmd_admin.so $(LIBPATH) |