diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-03-19 14:41:43 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-03-19 14:41:43 +0200 |
commit | 1df4d34fb97cd25134a89c06386b55dc98aa92f6 (patch) | |
tree | 03dab7cbedee28705547e0d15a1f463124ebe53f /rpmio/Makefile.am | |
parent | fd2658ec8434768f75a6b6d007f7df5415f44004 (diff) | |
download | rpm-1df4d34fb97cd25134a89c06386b55dc98aa92f6.tar.gz rpm-1df4d34fb97cd25134a89c06386b55dc98aa92f6.tar.bz2 rpm-1df4d34fb97cd25134a89c06386b55dc98aa92f6.zip |
librpmio doesn't need libmagic for anything
Diffstat (limited to 'rpmio/Makefile.am')
-rw-r--r-- | rpmio/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index ff6cb668f..2025bebe5 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -24,7 +24,6 @@ librpmio_la_LIBADD = \ ../misc/libmisc.la \ @WITH_NSS_LIB@ \ @WITH_LUA_LIB@ \ - @WITH_MAGIC_LIB@ \ @WITH_BZ2_LIB@ \ @WITH_ZLIB_LIB@ \ @WITH_LIBELF_LIB@ \ |