diff options
author | sin <sin@2f30.org> | 2014-09-22 11:27:30 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-22 11:27:30 +0100 |
commit | e6e924374d49aa14e94a28d9b64a9f63bae2426d (patch) | |
tree | 8ac09e4a34c12b3b8b670e40f8b6b26a264bd1fa /config.mk | |
parent | 31c8d76ff28eee958fdbc3c84918a53040968860 (diff) |
Add support for encrypted save files
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ CC = cc LD = $(CC) CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS) -LDFLAGS = -L/usr/local/lib -ltoxcore +LDFLAGS = -L/usr/local/lib -ltoxcore -ltoxencryptsave |