2011-02-24 04:14:30 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2014-01-20 08:38:32 +01:00
|
|
|
EXTRA_DIST = version-script
|
2011-02-24 04:14:30 +01:00
|
|
|
|
|
|
|
if DO_TEXT
|
|
|
|
text_fe = fe-text
|
|
|
|
endif
|
|
|
|
|
|
|
|
if DO_GTK
|
|
|
|
gtk_fe = fe-gtk
|
|
|
|
endif
|
|
|
|
|
2013-09-28 03:56:13 +02:00
|
|
|
SUBDIRS = common $(gtk_fe) $(text_fe)
|
2013-08-28 00:39:15 +02:00
|
|
|
|
|
|
|
if WITH_TM
|
|
|
|
SUBDIRS += htm
|
|
|
|
endif
|