summaryrefslogtreecommitdiff
path: root/helper-utilities
diff options
context:
space:
mode:
authorGene Z. Ragan <gzr@eazel.com>2000-05-11 10:35:55 +0000
committerGene Ragan <gzr@src.gnome.org>2000-05-11 10:35:55 +0000
commitbc22620f4828779cae584f1ee9c04c83eab1a421 (patch)
tree0239ee6eaa06904911aa37395b51b374e2d0ca0f /helper-utilities
parenta06913992e8890ff0cfc6b8628eea6ab8784ef05 (diff)
downloadnautilus-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.am1
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)