diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-12-13 22:44:06 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-12-13 22:44:06 +0000 |
commit | 65c2e7dd64adfc221f412ce371ccd89d1e53a84d (patch) | |
tree | 5bbdee1ff470272c6f641832f3fe299cc5946aca /configure.in | |
parent | 45836fc0c9c6f24d4cb8ef2b8f71def15e442b18 (diff) | |
download | nautilus-65c2e7dd64adfc221f412ce371ccd89d1e53a84d.tar.gz |
Switch from imlib to pixbuf. Import from gnome-fm. Add a 'main_window'
* libnautils/g*.[ch]: Switch from imlib to pixbuf.
* src/file-manager: Import from gnome-fm.
* idl/nautilus.idl: Add a 'main_window' attribute on a ViewFrame, so that views can talk
to the main window.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 318e05b3b..cecebe9f5 100644 --- a/configure.in +++ b/configure.in @@ -40,6 +40,7 @@ AC_C_CONST AC_OUTPUT([ Makefile +idl/Makefile libnautilus/Makefile src/Makefile src/file-manager/Makefile |