index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2013-01-28 20:23:24 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-29 13:37:32 +1000 |
commit | 2a57c2068c3ea744608c364f9cacedd3f0c14849 (patch) | |
tree | e4ff260eafaa1035b58576fd149397c5dbdcf4c7 /lib/libalpm/Makefile.am | |
parent | 266b3dd70698db05cd2e531fdcf2c5c2a741e3cb (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 1 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 5cf66b91..55fec9c9 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -44,6 +44,7 @@ libalpm_la_SOURCES = \ graph.h graph.c \ group.h group.c \ handle.h handle.c \ + libarchive-compat.h libarchive-compat.c \ log.h log.c \ package.h package.c \ pkghash.h pkghash.c \ |