BUILD: add --with-theme-manager configure option

This commit is contained in:
hasufell
2013-08-28 00:39:15 +02:00
parent 36b84c9af3
commit ce5653d75c
4 changed files with 41 additions and 0 deletions

View File

@@ -12,3 +12,7 @@ gtk_fe = fe-gtk
endif
SUBDIRS = pixmaps common $(gtk_fe) $(text_fe)
if WITH_TM
SUBDIRS += htm
endif