From 0f91e9a06aa0f68a2cbe3c9fc4a858c0a5e6744a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 15 Sep 2009 12:43:01 +0200 Subject: unify CommLayer, MiddleWare and Utils into Utils Signed-off-by: Denys Vlasenko --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 53a42fe4..6be37e8c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = Utils MiddleWare Plugins CommLayer Python +SUBDIRS = Utils Plugins Python -- cgit