Added smproxy. Create smproxy/Makefile.

Thu Jul 16 18:03:37 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (SUBDIRS): Added smproxy.
	* configure.in: Create smproxy/Makefile.
This commit is contained in:
Tom Tromey 1998-07-17 00:21:06 +00:00 committed by Tom Tromey
parent c612cdcbeb
commit ce99f91c5b
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Jul 16 18:03:37 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (SUBDIRS): Added smproxy.
* configure.in: Create smproxy/Makefile.
1998-07-13 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (mico_prefix): Stop searching as soon as a

View file

@ -1,6 +1,6 @@
SUBDIRS = intl po macros \
panel applets \
gsm pixmaps desktop-links desktop-properties help-browser \
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
gnome-terminal core-docs
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change

View file

@ -189,5 +189,6 @@ help-browser/gnome-info2html/Makefile
gmenu/Makefile
pixmaps/Makefile
gsm/Makefile
smproxy/Makefile
intl/Makefile],
[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])