From f1d83c4f8f94bf31290386db003bea8cea8948b2 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 2 Dec 2018 13:17:54 +1100 Subject: [PATCH] build: update pkg-config templates --- fwd.hpp | 9 +++++++++ libcruft-crypto.pc.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fwd.hpp b/fwd.hpp index e69de29..6e5ea4d 100644 --- a/fwd.hpp +++ b/fwd.hpp @@ -0,0 +1,9 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright 2018 Danny Robson + */ + +#pragma once diff --git a/libcruft-crypto.pc.in b/libcruft-crypto.pc.in index 74607c9..17e0258 100644 --- a/libcruft-crypto.pc.in +++ b/libcruft-crypto.pc.in @@ -7,6 +7,6 @@ Name: libcruft-crypto Description: A naive C++ cryptographic library URL: http://nerdcruft.net/ Version: @VERSION@ -Requires: libcruft-util +Requires: libcruft Libs: -L${libdir} Cflags: -I${includedir}