diff options
author | jacob berkman <jacob@ximian.com> | 2001-08-30 19:13:26 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2001-08-30 19:13:26 +0000 |
commit | 5eaac752e6e3ea3d8e406a8edd1bfb84cf921e85 (patch) | |
tree | 11af7918b166f9b0c8e3a62e0687c1a10662c8be /Makefile.am | |
parent | 8b928a828eed073e7b9cb438f70b447fc0a2f4cb (diff) | |
download | gnome-desktop-5eaac752e6e3ea3d8e406a8edd1bfb84cf921e85.tar.gz |
build gnome-terminal : update things to not need gnome1-compat - at least
2001-08-30 jacob berkman <jacob@ximian.com>
* Makefile.am (SUBDIRS):
* configure.in: build gnome-terminal
: update things to not need gnome1-compat - at least until the
libgnome* thing is more stabilized
: check if libgnomeui was linked against -lSM (for gnome-session,
which i won't be comimtting yet) 2001-08-30 jacob berkman <jacob@ximian.com>
* gnome-terminal.c: port some stuff to gnome 2.
* Makefile.am: comment out corba stuff for now as this hasn't been
ported.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a9f29be0..d28699cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = \ po \ idl \ gnome-desktop \ + gnome-terminal \ panel EXTRA_SUBDIRS = \ |