diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-02 16:43:53 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-02 16:43:53 +0000 |
commit | 8cc90ca14d84ef8ec83989de45854a2c7855ee4f (patch) | |
tree | 771a440c41b57f043119decee41e4fcaac3ba12a /src/Makefile.Linux | |
parent | 6e442fdbe3e2bebea9049399163698f4a892f685 (diff) |
Added first part of server linking code
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@160 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/Makefile.Linux')
-rw-r--r-- | src/Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Linux b/src/Makefile.Linux index 755f3c7ff..8e8bdce4d 100644 --- a/src/Makefile.Linux +++ b/src/Makefile.Linux @@ -7,7 +7,7 @@ CC = im a cheezeball -SRC_1 = inspircd.cpp inspircd_util.cpp inspircd_io.cpp +SRC_1 = inspircd.cpp inspircd_util.cpp inspircd_io.cpp connection.cpp SRC_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp SRC = $(SRC_1) $(SRC_2) |