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













                                                         
## 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)