hexchat/src/Makefile.am

18 lines
228 B
Makefile
Raw Permalink Normal View History

2011-02-23 22:14:30 -05:00
## Process this file with automake to produce Makefile.in
2014-01-20 02:38:32 -05:00
EXTRA_DIST = version-script
2011-02-23 22:14:30 -05:00
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