summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/Makefile.am
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-07-04 00:55:04 +0200
committerDave Reisner <dreisner@archlinux.org>2011-07-05 23:18:23 +0200
commit6cce517f1a78df885a1574252b3db9886185159d (patch)
tree83aade5d80b9399e2419818b04b893b9d5607900 /lib/libalpm/Makefile.am
parentdfc532668d4a4182ce196a895fdd5b017b505c6f (diff)
downloadpacman-6cce517f1a78df885a1574252b3db9886185159d.tar.gz
pacman-6cce517f1a78df885a1574252b3db9886185159d.tar.xz
lib/rawstr: borrow raw string functions from curl
We'll need these functions to do locale agnostic and case insensitive string comparisons. Signed-off-by: Dave Reisner <dreisner@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 b2b6d0d2..c863fa9b 100644
--- a/lib/libalpm/Makefile.am
+++ b/lib/libalpm/Makefile.am
@@ -41,6 +41,7 @@ libalpm_la_SOURCES = \
log.h log.c \
package.h package.c \
pkghash.h pkghash.c \
+ rawstr.c \
remove.h remove.c \
signing.c signing.h \
sync.h sync.c \