mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-19 04:40:56 +01:00
added Buffer "class" based on openssh/buffer.c, which is a really beautiful idea. I'll use this for file i/o and data handling
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
AM_CFLAGS = -I../include/pcp -I../src -I../libpcp/scrypt/crypto -Wall -g
|
||||
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest cpptest
|
||||
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest cpptest buffertest
|
||||
|
||||
gencheader_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
gencheader_SOURCES = gencheader.c
|
||||
@@ -28,6 +28,9 @@ gencheader_SOURCES = gencheader.c
|
||||
statictest_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
statictest_SOURCES = statictest.c
|
||||
|
||||
buffertest_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
buffertest_SOURCES = buffertest.c
|
||||
|
||||
|
||||
|
||||
col_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
|
||||
Reference in New Issue
Block a user