OSDN Git Service

libparted: link with gnulib
authorJim Meyering <meyering@redhat.com>
Wed, 3 Jun 2009 08:29:36 +0000 (10:29 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 3 Jun 2009 10:07:00 +0000 (12:07 +0200)
commit14ebefbce43d1c67181813500a7f6a794c4b9789
tree2020153e5246465bc5a02606b2f218e1fee8bf3d
parent560909f2452914848134376ba3c75b05c4ed6b7e
libparted: link with gnulib

* libparted/Makefile.am (libparted_la_LIBADD): Add
$(top_builddir)/lib/libparted.la to the list.
* partprobe/Makefile.am (partprobe_LDADD): Remove now-unneeded
$(top_builddir)/lib/libparted.la.
* libparted/tests/Makefile.am (LDADD): Remove now-unneeded
$(top_builddir)/lib/libparted.la.
* debug/clearfat/Makefile.am (clearfat_LDADD): Likewise.
* parted/Makefile.am (parted_LDADD): Likewise.
Otavio Salvador reported that linking with the resulting shared
library produced an unresolved reference to last_component.
debug/clearfat/Makefile.am
libparted/Makefile.am
libparted/tests/Makefile.am
parted/Makefile.am
partprobe/Makefile.am