1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 18:56:35 +01:00

Implement proper config directories.

This commit is contained in:
Simon Levermann
2013-08-08 16:00:12 +02:00
parent c7463f0de2
commit c3c144ddd0
4 changed files with 135 additions and 65 deletions

View File

@@ -7,7 +7,8 @@ add_executable(${exe_name}
main.c
prompt.c
friendlist.c
chat.c)
chat.c
configdir.c)
target_link_libraries(${exe_name}
curses)