From ce5653d75c29954e68c9c912e1c731306f9306fa Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 28 Aug 2013 00:39:15 +0200 Subject: BUILD: add --with-theme-manager configure option --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 78856692..6cb77148 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,3 +12,7 @@ gtk_fe = fe-gtk endif SUBDIRS = pixmaps common $(gtk_fe) $(text_fe) + +if WITH_TM +SUBDIRS += htm +endif -- cgit 1.4.1