summaryrefslogtreecommitdiff
path: root/components/hardware
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-07-26 21:53:48 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-07-26 21:53:48 +0000
commit4232317b33a1447993382da12bfdbce0bab4c058 (patch)
tree3fe379878fa31bf2b2de310fbd64969278e356e8 /components/hardware
parent61367f126695f5245224716fe198fab4eb34fba2 (diff)
downloadnautilus-4232317b33a1447993382da12bfdbce0bab4c058.tar.gz
Make the cut-n-paste libraries be only static archives. Link all the
* Makefile.am: * components/hardware/Makefile.am: * components/help/Makefile.am: * components/history/Makefile.am: * components/html/Makefile.am: * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/music/Makefile.am: * components/notes/Makefile.am: * components/rpmview/Makefile.am: * components/services/install/nautilus-view/Makefile.am: * components/services/inventory/nautilus-view/Makefile.am: * components/services/login/nautilus-view/Makefile.am: * components/services/startup/nautilus-view/Makefile.am: * components/services/summary/nautilus-view/Makefile.am: * components/services/time/nautilus-view/Makefile.am: * components/services/trilobite/sample/nautilus-view/Makefile.am: * components/services/vault/nautilus-view/Makefile.am: * components/tree/Makefile.am: * components/websearch/Makefile.am: * cut-n-paste-code/widgets/e-paned/Makefile.am: * cut-n-paste-code/widgets/nautilus-druid/Makefile.am: * helper-utilities/authenticate/Makefile.am: * libnautilus-extensions/Makefile.am: * librsvg/Makefile.am: * src/Makefile.am: * test/Makefile.am: Make the cut-n-paste libraries be only static archives. Link all the private libraries statically into libnautilus-extensions. Remove all the references to private libraries in all the components and other users of libnautilus-extensions so that dependencies can be managed in just one place.
Diffstat (limited to 'components/hardware')
-rw-r--r--components/hardware/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/hardware/Makefile.am b/components/hardware/Makefile.am
index 61a714439..01e38c531 100644
--- a/components/hardware/Makefile.am
+++ b/components/hardware/Makefile.am
@@ -30,8 +30,6 @@ nautilus_hardware_view_SOURCES = \
nautilus_hardware_view_LDADD = \
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
- $(top_builddir)/cut-n-paste-code/widgets/e-paned/libe-paned.la \
- $(top_builddir)/librsvg/librsvg.la \
$(BONOBO_LIBS) \
$(GNOMEUI_LIBS) \
$(GCONF_LIBS) \