summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-08-14 07:56:39 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-08-14 07:56:39 +0000
commit75f11dc5d66579a6277e3f2efd17e96ce77d98cf (patch)
tree0d4400175c39202ff7f40dbbfb9736d567e42357
parent383b4c480ef27319410b15bcaa67ccfa4e6362e3 (diff)
downloadlibgtop-75f11dc5d66579a6277e3f2efd17e96ce77d98cf.tar.gz
Fixed inodedb build with --as-needed to please people who want to compile
2006-08-14 Benoît Dejean <benoit@placenet.org> * src/inodedb/Makefile.am: Fixed inodedb build with --as-needed to please people who want to compile and optimize broken, deprecated and never-used feature. Patch by Daniel Gryniewicz <dang@gentoo.org> Closes #341041.
-rw-r--r--ChangeLog10
-rw-r--r--src/inodedb/Makefile.am4
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf349a7d..0f29bcc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-08-14 Benoît Dejean <benoit@placenet.org>
+
+ * src/inodedb/Makefile.am:
+
+ Fixed inodedb build with --as-needed to please people
+ who want to compile and optimize broken, deprecated and
+ never-used feature.
+ Patch by Daniel Gryniewicz <dang@gentoo.org>
+ Closes #341041.
+
2006-08-10 Benoît Dejean <benoit@placenet.org>
* configure.in:
diff --git a/src/inodedb/Makefile.am b/src/inodedb/Makefile.am
index 3e05c9ec..185dd18e 100644
--- a/src/inodedb/Makefile.am
+++ b/src/inodedb/Makefile.am
@@ -2,8 +2,8 @@ bin_PROGRAMS = mkinodedb2 file_by_inode2
INCLUDES = @INCLUDES@
-mkinodedb2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
- $(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
+mkinodedb2_LDADD = $(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
+ $(top_builddir)/lib/libgtop-2.0.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
file_by_inode2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \