summary refs log blame commit diff stats
path: root/src/Makefile.am
blob: d870aa0d2bc94ad886a634e399fa674a2da6de4b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                                                         
                           








                 
                                     



              
## Process this file with automake to produce Makefile.in

EXTRA_DIST = version-script

if DO_TEXT
text_fe = fe-text
endif

if DO_GTK
gtk_fe = fe-gtk
endif

SUBDIRS = common $(gtk_fe) $(text_fe)

if WITH_TM
SUBDIRS += htm
endif