index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-10-26 20:40:20 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-26 20:40:20 -0500 |
commit | 3e1b72f4f2b3f8766f9ad3493ad736d81263c9c1 (patch) | |
tree | a8c7318a13c26f350b1d0ae13b2817556b9f8903 /lib | |
parent | a8731ff2f7be564b745a4447df9c2157c5ee0777 (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 1 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 49ce14c6..e42a0bd0 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -34,6 +34,5 @@ libalpm_la_SOURCES = \ util.h util.c libalpm_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION_INFO) -libalpm_la_LIBADD = -larchive -ldownload # vim:set ts=2 sw=2 noet: |