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}