From 098953653a54ffb3ac2af18083eaf907b7199f66 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 25 Sep 2000 20:47:23 +0000 Subject: add ename as a SUBDIR 2000-09-25 Jeffrey Stedfast * Makefile.am: add ename as a SUBDIR svn path=/trunk/; revision=5580 --- e-util/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'e-util/Makefile.am') 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 -- cgit