summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-02 15:19:58 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-07 14:15:00 +1100
commite6407ab0ae617fe415ff8d1c1c2116d6931a6131 (patch)
tree5e81166541e9ea2837a525b78d16f77c44b9eeb7
parentfb8dbd274b4b2c4df52d09d2fe303ccdacdf546b (diff)
downloadtalos-petitboot-e6407ab0ae617fe415ff8d1c1c2116d6931a6131.tar.gz
talos-petitboot-e6407ab0ae617fe415ff8d1c1c2116d6931a6131.zip
lib: Fix gpg.h path
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index bb7dfe4..6b1d82b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -21,7 +21,7 @@ lib_libpbcore_la_CPPFLAGS = \
-DPREFIX='"$(prefix)"'
if WITH_GPGME
-gpg_int_SOURCES = lib/security/gpg..h \
+gpg_int_SOURCES = lib/security/gpg.h \
lib/security/gpg.c
else
gpg_int_SOURCES =
OpenPOWER on IntegriCloud