mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
fixed htobe32 and be32toh portability, fixed error handling in main(), fixed invalid type parameter for randomart image in pcppubkey_printshortinfo(), fixed configure search for libsodium.
11 lines
282 B
Makefile
11 lines
282 B
Makefile
AM_CFLAGS = -I../libpcp -Wall -g
|
|
|
|
lib_LTLIBRARIES = libpcp1.la
|
|
|
|
libpcp1_la_SOURCES = mac.c mem.c pad.c version.c \
|
|
z85.c zmq_z85.c key.c randomart.c \
|
|
vault.c fatal.c jenhash.c digital_crc32.c \
|
|
crypto.c
|
|
|
|
include_HEADERS = ../include/pcp.h
|