summaryrefslogtreecommitdiff
path: root/partprobe
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-03 10:29:36 +0200
committerJim Meyering <meyering@redhat.com>2009-06-03 12:07:00 +0200
commit14ebefbce43d1c67181813500a7f6a794c4b9789 (patch)
tree2020153e5246465bc5a02606b2f218e1fee8bf3d /partprobe
parent560909f2452914848134376ba3c75b05c4ed6b7e (diff)
downloadparted-14ebefbce43d1c67181813500a7f6a794c4b9789.tar.gz
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.
Diffstat (limited to 'partprobe')
-rw-r--r--partprobe/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/partprobe/Makefile.am b/partprobe/Makefile.am
index ec6371c..9d1a4d5 100644
--- a/partprobe/Makefile.am
+++ b/partprobe/Makefile.am
@@ -6,7 +6,6 @@ partprobe_SOURCES = partprobe.c
partprobe_LDADD = \
$(top_builddir)/libparted/libparted.la \
- $(top_builddir)/lib/libparted.la \
$(INTLLIBS) $(LIBS) \
$(PARTED_LIBS)