From 74c02a6620ef700490440f571a9979281bdbdd31 Mon Sep 17 00:00:00 2001 From: reg_ Date: Mon, 14 May 2012 09:22:38 +0000 Subject: [PATCH] added arm specific options --- src/Makefile.am.alt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am.alt b/src/Makefile.am.alt index c583caf..80e565f 100644 --- a/src/Makefile.am.alt +++ b/src/Makefile.am.alt @@ -1,4 +1,8 @@ -SUBDIRS = zimlib ctpp2 pugixml components +SUBDIRS = zimlib ctpp2 pugixml + +if WITH_COMPONENTS +SUBDIRS += components +endif if WITH_MANAGER SUBDIRS += manager