You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hexchat/src/Makefile.am

18 lines
228 B
Makefile

12 years ago
## Process this file with automake to produce Makefile.in
EXTRA_DIST = version-script
12 years ago
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