diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-26 04:47:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-26 04:47:23 +0800 |
commit | 098953653a54ffb3ac2af18083eaf907b7199f66 (patch) | |
tree | 32a948a055e2f67cf5f8ec0fd59ea9be731de4b8 | |
parent | e6bf297b0c8097ae98ac922d685cb2c007ea307d (diff) | |
download | gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar.gz gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar.bz2 gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar.lz gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar.xz gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar.zst gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.zip |
add ename as a SUBDIR
2000-09-25 Jeffrey Stedfast <fejj@helixcode.com>
* Makefile.am: add ename as a SUBDIR
svn path=/trunk/; revision=5580
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 3174e3db52..db8ddf699c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> + + * Makefile.am: add ename as a SUBDIR + 2000-09-18 Christopher James Lahey <clahey@helixcode.com> * e-list-iterator.c, e-list.c, e-list.h: Made e_list a bit more diff --git a/e-util/Makefile.am b/e-util/Makefile.am index d37084dab0..bdc8655369 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = . ename + imagesdir = $(datadir)/images/evolution INCLUDES = \ @@ -31,4 +33,4 @@ libeutil_la_SOURCES = \ libeutil_la_LIBADD = $(UNICODE_LIBS) libeutil_static_la_SOURCES = $(libeutil_la_SOURCES) -libeutil_static_la_LDFLAGS = --all-static
\ No newline at end of file +libeutil_static_la_LDFLAGS = --all-static |