summaryrefslogtreecommitdiff
path: root/components/rpmview
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-04-23 13:08:05 +0000
committerMartin Baulig <martin@src.gnome.org>2000-04-23 13:08:05 +0000
commit0d922856778e23da51832a197dcf4f5e450a3c62 (patch)
treefb5139594d6016c9188d30b2aad04379011c024d /components/rpmview
parent7346b7830546e4dcb4fe5359117c3011756a42bd (diff)
downloadnautilus-0d922856778e23da51832a197dcf4f5e450a3c62.tar.gz
Check for -lrpm and its dependency libs. On success, define HAVE_RPM and
2000-04-23 Martin Baulig <martin@home-of-linux.org> * configure.in: Check for -lrpm and its dependency libs. On success, define HAVE_RPM and AC_SUBST(RPM_LIBS). Added BUILD_RPMVIEW_COMPONENT automake conditional. * acconfig.h (HAVE_RPM): Added. * components/Makefile.am: Conditionally compile rpmview. * components/rpmview/Makefile.am: Use $(RPM_LIBS) rather than -lrpm so we get the correct dependency libs such as -lgz2.
Diffstat (limited to 'components/rpmview')
-rw-r--r--components/rpmview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/rpmview/Makefile.am b/components/rpmview/Makefile.am
index 89ec5e11f..ef0bf9186 100644
--- a/components/rpmview/Makefile.am
+++ b/components/rpmview/Makefile.am
@@ -32,7 +32,7 @@ nautilus_rpm_view_LDFLAGS = \
$(BONOBO_LIBS) \
$(GNOMEUI_LIBS) \
$(GCONF_LIBS) \
- -lrpm \
+ $(RPM_LIBS) \
$(VFS_LIBS) \
$(OAF_LIBS)