diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-09-12 23:13:10 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-09-12 23:13:27 +0400 |
commit | 65a665f6c655766a6d990e8aba47a811d0c3fecc (patch) | |
tree | d1dd7a9b01ac49382500fc97de4f69cd713d8952 /accel-pptpd/logs/CMakeLists.txt | |
parent | 417ef849f1adcb3b655fbb2382e126b0b17aabbe (diff) | |
download | accel-ppp-65a665f6c655766a6d990e8aba47a811d0c3fecc.tar.gz accel-ppp-65a665f6c655766a6d990e8aba47a811d0c3fecc.zip |
log: implemented 'log_pgsql' loggin target
lcp: fixed incorrect echo reply
ppp_fsm: fixed incorrect timeout timer initialization
Diffstat (limited to 'accel-pptpd/logs/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/logs/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/logs/CMakeLists.txt b/accel-pptpd/logs/CMakeLists.txt index 1c1f4860..4282761b 100644 --- a/accel-pptpd/logs/CMakeLists.txt +++ b/accel-pptpd/logs/CMakeLists.txt @@ -1,2 +1,4 @@ ADD_LIBRARY(log_file SHARED log_file.c) +ADD_LIBRARY(log_pgsql SHARED log_pgsql.c) +TARGET_LINK_LIBRARIES(log_pgsql pq) |