mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
move to meson and ninja: build of lib and binary
This commit is contained in:
39
libpcp/include/pcp.h
Normal file
39
libpcp/include/pcp.h
Normal file
@@ -0,0 +1,39 @@
|
||||
#ifndef _HAVE_PCP
|
||||
#define _HAVE_PCP
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "pcp/config.h"
|
||||
#include "pcp/buffer.h"
|
||||
#include "pcp/context.h"
|
||||
#include "pcp/crypto.h"
|
||||
#include "pcp/defines.h"
|
||||
#include "pcp/ed.h"
|
||||
#include "pcp/getpass.h"
|
||||
#include "pcp/jenhash.h"
|
||||
#include "pcp/key.h"
|
||||
#include "pcp/keyhash.h"
|
||||
#include "pcp/keysig.h"
|
||||
#include "pcp/mem.h"
|
||||
#include "pcp/mgmt.h"
|
||||
#include "pcp/pcpstream.h"
|
||||
#include "pcp/platform.h"
|
||||
#include "pcp/plist.h"
|
||||
#include "pcp/randomart.h"
|
||||
#include "pcp/readpass.h"
|
||||
#include "pcp/scrypt.h"
|
||||
#include "pcp/structs.h"
|
||||
#include "pcp/uthash.h"
|
||||
#include "pcp/util.h"
|
||||
#include "pcp/vault.h"
|
||||
#include "pcp/version.h"
|
||||
#include "pcp/z85.h"
|
||||
#include "pcp/zmq_z85.h"
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user