mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-14 23:22:28 +01:00
18 lines
228 B
Makefile
18 lines
228 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = version-script
|
|
|
|
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
|