diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-07-26 21:53:48 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-07-26 21:53:48 +0000 |
commit | 4232317b33a1447993382da12bfdbce0bab4c058 (patch) | |
tree | 3fe379878fa31bf2b2de310fbd64969278e356e8 /test | |
parent | 61367f126695f5245224716fe198fab4eb34fba2 (diff) | |
download | nautilus-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 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ef6180f39..a7700ad61 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,8 +17,6 @@ INCLUDES =\ 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) \ $(OAF_LIBS) \ $(GCONF_LIBS) \ |