diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 00:47:55 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 00:47:55 +0000 |
commit | 22ffe95f02b8582da0eb5893c0e0ae807cf90c03 (patch) | |
tree | e15c2de720ec3e8b58d96d4a2d6b734e3881e5f6 | |
parent | f47eb89c9e0a89d2d2d6e9fca8ec48c17f2a4e37 (diff) |
Stupid typo :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@663 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index bcc442fdf..2458036a1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ CC = im a cheezeball -SRC_1 = inspircd.cpp inspircd_util.cpp inspircd_io.cpp connection.cpp messages.cpp +SRC_1 = inspircd.cpp inspircd_util.cpp inspircd_io.cpp connection.cpp message.cpp SRC_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp channels.cpp SRC = $(SRC_1) $(SRC_2) |