diff options
author | Anders Carlsson <andersca@gnome.org> | 2001-07-21 17:06:45 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2001-07-21 17:06:45 +0000 |
commit | b63962433da70ce45c4742212f3f7b91bd20fee4 (patch) | |
tree | 5c5275f999c559173be1f2a5e85cc4376ad81b35 /libnautilus-adapter | |
parent | 8a21397a518e2364263286e98d0c2864de69640e (diff) | |
download | nautilus-b63962433da70ce45c4742212f3f7b91bd20fee4.tar.gz |
Remove multiple references to $(NAUTILUS_PRIVATE_LIBS) since having
2001-07-21 Anders Carlsson <andersca@gnome.org>
* components/help/Makefile.am:
* components/sample/Makefile.am:
* libnautilus-adapter/Makefile.am:
* libnautilus-private/Makefile.am:
* libnautilus/Makefile.am:
Remove multiple references to $(NAUTILUS_PRIVATE_LIBS) since
having multiple references makes linking very slow with libtool 1.4.
Diffstat (limited to 'libnautilus-adapter')
-rw-r--r-- | libnautilus-adapter/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnautilus-adapter/Makefile.am b/libnautilus-adapter/Makefile.am index 58fa89647..bb62a1c0d 100644 --- a/libnautilus-adapter/Makefile.am +++ b/libnautilus-adapter/Makefile.am @@ -10,7 +10,6 @@ INCLUDES=\ $(NULL) libnautilus_adapter_la_LDFLAGS= \ - $(NAUTILUS_PRIVATE_LIBS) \ $(NULL) |