From 14ebefbce43d1c67181813500a7f6a794c4b9789 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Jun 2009 10:29:36 +0200 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'debug') 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) -- cgit v1.2.1