diff options
author | sin <sin@2f30.org> | 2014-10-01 15:57:57 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-01 15:57:57 +0100 |
commit | e8f74fa1a96978887bb2e4aaebbaa3c388b8050f (patch) | |
tree | c09b49a4204eda40e13f4964b8025aa25237bddb /config.mk | |
parent | e3dd0ac936eb8076d6ff0c227a77627fed447d98 (diff) |
Starting fooling around with toxav; work in progress
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 -ltoxencryptsave +LDFLAGS = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave |