summary refs log tree commit diff stats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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