diff options
author | Ramiro Estrugo <ramiro@eazel.com> | 2001-05-02 07:07:27 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-05-02 07:07:27 +0000 |
commit | 6e7d921ce8df7137fc5f9bd244e6e66e5bf8d9bf (patch) | |
tree | 63f515900ec70b84e707bea70156de41d59214f9 /components/sample | |
parent | 5bfda19df0ccf5498544840f03ee4329a125ce1d (diff) | |
download | nautilus-6e7d921ce8df7137fc5f9bd244e6e66e5bf8d9bf.tar.gz |
Use NAUTILUS_VERSION_INSIST from hack-macros instead of
2001-05-01 Ramiro Estrugo <ramiro@eazel.com>
* configure.in:
Use NAUTILUS_VERSION_INSIST from hack-macros instead of
EAZEL_VERSION_INSIST.
2001-05-01 Ramiro Estrugo <ramiro@eazel.com>
* applets/launcher/Makefile.am:
* applets/preferences-applet/Makefile.am:
* components/adapter/Makefile.am:
* components/hardware/Makefile.am:
* components/help/Makefile.am:
* components/history/Makefile.am:
* components/image-viewer/Makefile.am:
* components/loser/content/Makefile.am:
* components/loser/sidebar/Makefile.am:
* components/mozilla/Makefile.am:
* components/music/Makefile.am:
* components/notes/Makefile.am:
* components/sample/Makefile.am:
* components/text/Makefile.am:
* components/throbber/Makefile.am:
* components/tree/Makefile.am:
* configure.in:
* libnautilus-extensions/Makefile.am:
* libnautilus/Makefile.am:
* src/Makefile.am:
* src/file-manager/Makefile.am:
* test/Makefile.am:
Patch from Christopher Lahey <clahey@ximian.com>.
Use EEL_CFLAGS, LIBRSVG_CFLAGS instead of EEL_INCLUDEDIR, and
EEL_CFLAGS. Thanks Chris.
Diffstat (limited to 'components/sample')
-rw-r--r-- | components/sample/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/sample/Makefile.am b/components/sample/Makefile.am index c97997c98..cae3b16e2 100644 --- a/components/sample/Makefile.am +++ b/components/sample/Makefile.am @@ -31,6 +31,7 @@ nautilus_sample_content_view_LDADD = \ $(BONOBO_LIBS) \ $(GCONF_LIBS) \ $(VFS_LIBS) \ + $(LIBRSVG_LIBS) \ $(OAF_LIBS) uidir = $(datadir)/gnome/ui |