index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aurelien Foret <aurelien@archlinux.org> | 2005-03-22 20:21:12 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-03-22 20:21:12 +0000 |
commit | 221bda79725f31878f2a2217dde961a861fb5af6 (patch) | |
tree | 140359ddecc2e168608335e648de995ad0c5de3a /lib/libalpm/Makefile | |
parent | 8179f7cbaa62d4dccf85683b78206d9751d513d7 (diff) |
-rw-r--r-- | lib/libalpm/Makefile | 1 |
diff --git a/lib/libalpm/Makefile b/lib/libalpm/Makefile index 9a517b3b..1f021776 100644 --- a/lib/libalpm/Makefile +++ b/lib/libalpm/Makefile @@ -14,6 +14,7 @@ OBJS=md5driver.o \ group.o \ db.o \ cache.o \ + conflict.o \ deps.o \ provide.o \ rpmvercmp.o \ |