diff options
author | Gene Z. Ragan <gzr@eazel.com> | 2000-05-11 10:35:55 +0000 |
---|---|---|
committer | Gene Ragan <gzr@src.gnome.org> | 2000-05-11 10:35:55 +0000 |
commit | bc22620f4828779cae584f1ee9c04c83eab1a421 (patch) | |
tree | 0239ee6eaa06904911aa37395b51b374e2d0ca0f /helper-utilities | |
parent | a06913992e8890ff0cfc6b8628eea6ab8784ef05 (diff) | |
download | nautilus-bc22620f4828779cae584f1ee9c04c83eab1a421.tar.gz |
Change makefiles to link against libnautilus. This is so calls to the undo
2000-05-11 Gene Z. Ragan <gzr@eazel.com>
* helper-utilities/authenticate/Makefile.am:
* nautilus-widgets/Makefile.am:
* libnautilus-extensions/Makefile.am:
* libnautilus/Makefile.am:
Change makefiles to link against libnautilus. This is so calls
to the undo manager code resolve. There is probably a better way to
do this.
* libnautilus-extensions/nautilus-entry.c:
* libnautilus-extensions/nautilus-icon-container.c:
* libnautilus-extensions/nautilus-icon-text-item.c:
* src/nautilus-bookmarks-window.c:
* src/nautilus-location-bar.c:
* src/nautilus-window-menus.c:
* src/ntl-app.c:
Changed to #include <libnautilus-extensions/nautilus-undo-manager.h>
to #include <libnautilus/nautilus-undo-manager.h>
Diffstat (limited to 'helper-utilities')
-rw-r--r-- | helper-utilities/authenticate/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helper-utilities/authenticate/Makefile.am b/helper-utilities/authenticate/Makefile.am index 89be3ef59..43c3a580e 100644 --- a/helper-utilities/authenticate/Makefile.am +++ b/helper-utilities/authenticate/Makefile.am @@ -26,4 +26,5 @@ nautilus_authenticate_LDFLAGS = \ $(GNOMEUI_LIBS) \ $(GCONF_LIBS) \ $(PAM_LIBS) \ + $(top_builddir)/libnautilus/libnautilus.la \ $(NULL) |