Removed @libs_xauth@ and -lgdbm from the _LDADD variables since libtool

1998-10-11  Martin Baulig  <martin@home-of-linux.org>

	* src/inodedb/Makefile.am: Removed @libs_xauth@ and -lgdbm
	from the _LDADD variables since libtool automatically gets
	the dependencies.
	* src/daemon/Makefile.am: Likewise.
	* examples/Makefile.am: Likewise.
This commit is contained in:
Martin Baulig
1998-10-10 23:18:40 +00:00
committed by Martin Baulig
parent e81082d8ed
commit 754a69a79a
4 changed files with 17 additions and 10 deletions

View File

@@ -3,11 +3,11 @@ bin_PROGRAMS = mkinodedb file_by_inode
mkinodedb_LDADD = $(top_builddir)/lib/libgtop.la \
$(top_builddir)/sysdeps/common/libgtop_common.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \
@INTLLIBS@ @LIBSUPPORT@ @libs_xauth@ -lgdbm
@INTLLIBS@ @LIBSUPPORT@
file_by_inode_LDADD = $(top_builddir)/lib/libgtop.la \
$(top_builddir)/sysdeps/common/libgtop_common.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \
@INTLLIBS@ @LIBSUPPORT@ @libs_xauth@ -lgdbm
@INTLLIBS@ @LIBSUPPORT@
EXTRA_DIST = README.inodedb