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:
committed by
Martin Baulig
parent
e81082d8ed
commit
754a69a79a
@@ -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
|
||||
|
Reference in New Issue
Block a user