summaryrefslogtreecommitdiff
path: root/components/sample/Makefile.am
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-04-14 15:16:44 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-04-14 15:16:44 +0000
commit09b3bf22bcc73939e5f0e82c4fd2c193be2428b1 (patch)
treea860daeed4bf01bf983cadb46fe18c6972ac9b72 /components/sample/Makefile.am
parentdd08346bb81da58d03549b5f303e366b63aeee19 (diff)
downloadnautilus-09b3bf22bcc73939e5f0e82c4fd2c193be2428b1.tar.gz
Split libnautilus into two pieces.
libnautilus now only contains the view interfaces needed by nautilus components. These are the interfaces defined in nautilus-view-component.idl. libnautilus-extensions containes the remainder of the stuff. Also used the cvs repository munging opportunity to do some of the ntl-* renaming outlined in the RENAIMING file.
Diffstat (limited to 'components/sample/Makefile.am')
-rw-r--r--components/sample/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/sample/Makefile.am b/components/sample/Makefile.am
index 82efb0c27..1e55371f3 100644
--- a/components/sample/Makefile.am
+++ b/components/sample/Makefile.am
@@ -24,6 +24,7 @@ nautilus_sample_content_view_SOURCES = \
nautilus_sample_content_view_LDFLAGS = \
$(top_builddir)/nautilus-widgets/libnautilus-widgets.la \
$(top_builddir)/libnautilus/libnautilus.la \
+ $(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
$(top_builddir)/librsvg/librsvg.la \
$(BONOBO_LIBS) \
$(GNOMEUI_LIBS) \