diff options
Diffstat (limited to 'discover/Makefile.am')
-rw-r--r-- | discover/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am index 899c9a6..4a6cbd0 100644 --- a/discover/Makefile.am +++ b/discover/Makefile.am @@ -58,7 +58,8 @@ discover_pb_discover_LDADD = \ discover/grub2/grub2-parser.ro \ discover/platform.ro \ $(core_lib) \ - $(UDEV_LIBS) + $(UDEV_LIBS) \ + $(GPGME_LIBS) discover_pb_discover_LDFLAGS = \ $(AM_LDFLAGS) \ |