summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-12-04 11:36:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-12-04 11:36:32 +0000
commit1a111a2ee71a2e50e28fb3622b3d5e0c54aa304f (patch)
tree2f5623285c64db9054f1b0696839d93af875cd17
parent7cf886f8f8cf7b7d5d6dd780a8b2b3dcbd3844b6 (diff)
install .gdbargs to $(BASE) in make install
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10843 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/configreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index f8f485ec7..b4f28d04e 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -23,6 +23,7 @@
/* $CopyInstall: conf/modules.conf.example $(CONPATH) */
/* $CopyInstall: conf/opers.conf.example $(CONPATH) */
/* $CopyInstall: conf/links.conf.example $(CONPATH) */
+/* $CopyInstall: .gdbargs $(BASE) */
#include "inspircd.h"
#include <fstream>