Re-add e-proxy.c to the build.

2002-11-11  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Re-add e-proxy.c to the build.

svn path=/trunk/; revision=18693
This commit is contained in:
Jeffrey Stedfast
2002-11-11 15:35:26 +00:00
committed by Jeffrey Stedfast
parent 6aa26de0f8
commit 46612a17c3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-11 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Re-add e-proxy.c to the build.
2002-11-08 Chris Toshok <toshok@ximian.com>
* Makefile.am (eutilinclude_HEADERS): add e-categories-config.h

View File

@ -37,6 +37,7 @@ eutilinclude_HEADERS = \
e-mktemp.h \
e-msgport.h \
e-path.h \
e-proxy.h \
e-request.h \
e-sexp.h \
e-time-utils.h \
@ -64,6 +65,7 @@ libeutil_la_SOURCES = \
e-mktemp.c \
e-msgport.c \
e-path.c \
e-proxy.c \
e-request.c \
e-sexp.c \
e-time-utils.c \
@ -88,7 +90,6 @@ MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
# FIXME TODO
# e-passwords.c
# e-proxy.c
# bonobo-factory-util.[ch]
libeutil_la_LIBADD = $(E_UTIL_LIBS)