summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-02-19 11:04:10 +0000
committerMartin Baulig <martin@src.gnome.org>1999-02-19 11:04:10 +0000
commit4def53aabb0cc4a50be305d0f0bcb417b3f1e938 (patch)
tree090ce9c1ba9fd750a5f099c9a3e063280a5598ca /src
parentce4580187348b876d5c8ad46118c4c7a7feed923 (diff)
downloadlibgtop-4def53aabb0cc4a50be305d0f0bcb417b3f1e938.tar.gz
Sometimes @LIBSUPPORT@ references symbols from @INTLLIBS@ so we need
to put @INTLLIBS@ last.
Diffstat (limited to 'src')
-rw-r--r--src/daemon/Makefile.am4
-rw-r--r--src/inodedb/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 36686440..13a79936 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -36,12 +36,12 @@ libgtop_daemon_LDADD = $(top_builddir)/lib/libgtop.la \
@sysdeps_suid_lib@ \
$(suid_sysdeps) $(suid_common)\
$(GLIB_LIBS)\
- @INTLLIBS@ @LIBSUPPORT@ @libs_xauth@
+ @LIBSUPPORT@ @INTLLIBS@ @libs_xauth@
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 \
$(top_builddir)/sysdeps/common/libgtop_suid_common.la \
- @LIBSUPPORT@
+ @LIBSUPPORT@ @INTLLIBS@
EXTRA_DIST = server_config.h.in server_config.pl
diff --git a/src/inodedb/Makefile.am b/src/inodedb/Makefile.am
index c7447218..41115ed1 100644
--- a/src/inodedb/Makefile.am
+++ b/src/inodedb/Makefile.am
@@ -5,11 +5,11 @@ INCLUDES = @INCLUDES@
mkinodedb_LDADD = $(top_builddir)/lib/libgtop.la \
$(top_builddir)/sysdeps/common/libgtop_common.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \
- @INTLLIBS@ @LIBSUPPORT@
+ @LIBSUPPORT@ @INTLLIBS@
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@
+ @LIBSUPPORT@ @INTLLIBS@
EXTRA_DIST = README.inodedb