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. --- partprobe/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'partprobe') 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) -- cgit v1.2.1