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

@@ -22,7 +22,7 @@ libgtop_daemon_LDADD = $(top_builddir)/lib/libgtop.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \
@sysdeps_suid_lib@ \
$(suid_sysdeps) $(suid_common)\
@INTLLIBS@ @LIBSUPPORT@ @X_LIBS@ -lXau
@INTLLIBS@ @LIBSUPPORT@
libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h
libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la \

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