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 /e-util/Makefile.am | |
parent | e6bf297b0c8097ae98ac922d685cb2c007ea307d (diff) | |
download | gsoc2013-evolution-098953653a54ffb3ac2af18083eaf907b7199f66.tar.gz 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
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |