Skip to content

Commit

Permalink
lib: Fix gpg.h path
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
sammj committed Mar 7, 2018
1 parent fb8dbd2 commit e6407ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e6407ab

Please sign in to comment.