summaryrefslogtreecommitdiff
path: root/libparted/tests/Makefile.am
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 /libparted/tests/Makefile.am
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 'libparted/tests/Makefile.am')
-rw-r--r--libparted/tests/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
index cde1602..197b02d 100644
--- a/libparted/tests/Makefile.am
+++ b/libparted/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Parted
-# Copyright (C) 1999-2001, 2007-2008 Free Software Foundation, Inc.
+# Copyright (C) 1999-2001, 2007-2009 Free Software Foundation, Inc.
#
# This file may be modified and/or distributed without restriction.
@@ -9,7 +9,6 @@ bin_PROGRAMS = label disk
LDADD = \
$(top_builddir)/libparted/libparted.la \
- $(top_builddir)/lib/libparted.la \
$(CHECK_LIBS)
AM_CPPFLAGS = \