2011-02-24 06:14:30 +03:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
EXTRA_DIST = fe-text/fe-text.c \
|
|
|
|
fe-text/README fe-text/fe-text.h version-script
|
|
|
|
|
|
|
|
if DO_TEXT
|
|
|
|
text_fe = fe-text
|
|
|
|
endif
|
|
|
|
|
|
|
|
if DO_GTK
|
|
|
|
gtk_fe = fe-gtk
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = pixmaps common $(gtk_fe) $(text_fe)
|
2013-08-28 02:39:15 +04:00
|
|
|
|
|
|
|
if WITH_TM
|
|
|
|
SUBDIRS += htm
|
|
|
|
endif
|