index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2012-07-12 15:29:59 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-02 09:39:08 -0500 |
commit | 72d3713cc7865af5f4d91410ad56ed4287be6109 (patch) | |
tree | b7a4a0ddf620e5fcdaffa85c91a7352570217f24 /lib/libalpm/Makefile.am | |
parent | 70d8c2150e33d1a0b9e09d72c5091d661383d641 (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 1 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index ef448417..911e52bf 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -41,6 +41,7 @@ libalpm_la_SOURCES = \ diskspace.h diskspace.c \ dload.h dload.c \ error.c \ + filelist.h filelist.c \ graph.h graph.c \ group.h group.c \ handle.h handle.c \ |