diff options
| author | Adam <Adam@drink-coca-cola.info> | 2010-05-15 03:27:09 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-06-18 21:02:12 -0400 |
| commit | 2a22d9c2fdf6978858055f1143af0ec40e417424 (patch) | |
| tree | 29e9665007c4245a7a427dc654261473979e115e /src/Makefile | |
| parent | c477360dbf45070ff80ad8949a66429fe1ae8414 (diff) | |
Fixed cmake build, removed version_flags it is no longer need, removed old unneeded defs.h and split up pseudo.h
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index c5dec5633..04d33b040 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,8 +4,8 @@ OBJS = actions.o base64.o bots.o botserv.o channels.o chanserv.o command.o comm nickcore.o nickserv.o operserv.o process.o protocol.o regchannel.o send.o servers.o sessions.o slist.o \ sockets.o threadengine.o threadengine_pthread.o timers.o opertype.o users.o wildcard.o -INCLUDES = ../include/commands.h ../include/defs.h ../include/language.h \ - ../include/pseudo.h ../include/sysconf.h ../include/config.h \ +INCLUDES = ../include/commands.h ../include/language.h \ + ../include/sysconf.h ../include/config.h \ ../include/services.h ../include/regchannel.h \ ../include/timers.h ../include/extern.h \ ../include/modules.h ../include/slist.h ../include/hashcomp.h \ |
