summaryrefslogtreecommitdiff
path: root/debug
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 /debug
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 'debug')
-rw-r--r--debug/clearfat/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug/clearfat/Makefile.am b/debug/clearfat/Makefile.am
index 318fba1..99c9348 100644
--- a/debug/clearfat/Makefile.am
+++ b/debug/clearfat/Makefile.am
@@ -4,7 +4,6 @@ clearfat_SOURCES = clearfat.c
clearfat_LDADD = \
$(top_builddir)/libparted/libparted.la \
- $(top_builddir)/lib/libparted.la \
$(INTLLIBS) $(LIBS) \
$(PARTED_LIBS)