added a sample for lib usage

This commit is contained in:
git@daemon.de
2014-02-19 20:38:56 +01:00
parent 3a4e40710b
commit 72ccb0782e
3 changed files with 74 additions and 2 deletions

View File

@@ -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 buffertest
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest cpptest buffertest sample
gencheader_LDADD = ../libpcp/.libs/libpcp1.a
gencheader_SOURCES = gencheader.c
@@ -31,6 +31,9 @@ statictest_SOURCES = statictest.c
buffertest_LDADD = ../libpcp/.libs/libpcp1.a
buffertest_SOURCES = buffertest.c
sample_LDADD = ../libpcp/.libs/libpcp1.a
sample_SOURCES = sample.c
col_LDADD = ../libpcp/.libs/libpcp1.a