summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-09-07 02:32:56 +0200
committerDan McGee <dan@archlinux.org>2011-03-23 08:22:00 +0100
commit9f2a3023f8088800efd3a0abeb32ed5117be4442 (patch)
tree37b73fc9b287287c000abf1469e4ca2fc4eaaac1 /lib/libalpm/Makefile.am
parent09085331277304e417649e8338795ca36a0d1f91 (diff)
downloadpacman-9f2a3023f8088800efd3a0abeb32ed5117be4442.tar.gz
pacman-9f2a3023f8088800efd3a0abeb32ed5117be4442.tar.xz
Add base64 algorithms from PolarSSL to libalpm
We will need these for GPG functionality (decoding the base64 encoded signature stored in the databases). Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/Makefile.am')
-rw-r--r--lib/libalpm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am
index 1bda5714..7c411b2c 100644
--- a/lib/libalpm/Makefile.am
+++ b/lib/libalpm/Makefile.am
@@ -25,6 +25,7 @@ libalpm_la_SOURCES = \
alpm.h alpm.c \
alpm_list.h alpm_list.c \
backup.h backup.c \
+ base64.h base64.c \
be_local.c \
be_package.c \
be_sync.c \