equal
deleted
inserted
replaced
14 |
14 |
15 # Includes |
15 # Includes |
16 INCLUDE_DIRECTORIES(../include) |
16 INCLUDE_DIRECTORIES(../include) |
17 |
17 |
18 # Target Definitions |
18 # Target Definitions |
19 ADD_EXECUTABLE(mcbot config.c database.c irc.c main.c parse.c) |
19 ADD_EXECUTABLE(mcbot compat.c config.c database.c irc.c main.c parse.c) |
20 ADD_EXECUTABLE(dbtool database.c dbtool.c) |
20 ADD_EXECUTABLE(dbtool database.c dbtool.c) |
21 |
21 |
22 # Install Rules |
22 # Install Rules |
23 INSTALL(TARGETS mcbot RUNTIME DESTINATION sbin) |
23 INSTALL(TARGETS mcbot RUNTIME DESTINATION sbin) |
24 INSTALL(TARGETS dbtool RUNTIME DESTINATION bin) |
24 INSTALL(TARGETS dbtool RUNTIME DESTINATION bin) |