diff options
| author | 2003-04-19 12:41:44 +0000 | |
|---|---|---|
| committer | 2003-04-19 12:41:44 +0000 | |
| commit | e1cc6b33f4e5510f65d8cfeb62b0f31d567e1bbf (patch) | |
| tree | 26e091df454f728198dc58b3bd1aef39ff64148f /src/Makefile.Linux | |
| parent | Added Mode handler structures and types (diff) | |
| download | inspircd++-e1cc6b33f4e5510f65d8cfeb62b0f31d567e1bbf.tar.gz inspircd++-e1cc6b33f4e5510f65d8cfeb62b0f31d567e1bbf.tar.bz2 inspircd++-e1cc6b33f4e5510f65d8cfeb62b0f31d567e1bbf.zip | |
Added more code for custom channel/user modes via modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@175 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 8e8bdce4d..981b075f7 100644 --- a/src/Makefile.Linux +++ b/src/Makefile.Linux @@ -8,7 +8,7 @@ CC = im a cheezeball 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_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp channels.cpp SRC = $(SRC_1) $(SRC_2) OBJS = $(SRC:.cpp=.o) |
