index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-02-15 20:57:30 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-16 11:58:49 -0600 |
commit | 92ab7c33fb4d72eba070636f620f595dc4650ee9 (patch) | |
tree | b2f70b7ee2b240868a8701e9a48fa3d778559378 /lib/libalpm/Makefile.am | |
parent | 6b07b5d34512ef361ebf04395f07965cb80d0ec3 (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 1 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 6549066f..6f166bfa 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -28,6 +28,7 @@ libalpm_la_SOURCES = \ delta.h delta.c \ deps.h deps.c \ error.h error.c \ + graph.h \ group.h group.c \ handle.h handle.c \ log.h log.c \ |